presetLocalContainer/action.yaml aktualisiert
Build go program / Test-Gitea-Actions (push) Successful in 9s
Build go program / Test-Gitea-Actions (push) Successful in 9s
add disable ssl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user