From a7d9ab0db70d3018db5ee3c3a165f61032a661fd Mon Sep 17 00:00:00 2001 From: paadi Date: Tue, 14 Apr 2026 16:20:53 +0200 Subject: [PATCH] presetLocalContainer/action.yaml aktualisiert add disable ssl --- presetLocalContainer/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/presetLocalContainer/action.yaml b/presetLocalContainer/action.yaml index a344d6f..68d8d61 100644 --- a/presetLocalContainer/action.yaml +++ b/presetLocalContainer/action.yaml @@ -5,10 +5,10 @@ description: preseting Gitea Job Runner runs: using: "composite" steps: - #- name: Disable SSL verify (TEST ONLY) - # run: git config --global http.sslVerify false + - name: Disable SSL verify + run: git config --global http.sslVerify false - - name: Force DNS Fix (Robust) + - name: Force DNS Fix shell: sh run: | # extract gateway-IP from routing-table