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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
#- name: Disable SSL verify (TEST ONLY)
|
- name: Disable SSL verify
|
||||||
# run: git config --global http.sslVerify false
|
run: git config --global http.sslVerify false
|
||||||
|
|
||||||
- name: Force DNS Fix (Robust)
|
- name: Force DNS Fix
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
# extract gateway-IP from routing-table
|
# extract gateway-IP from routing-table
|
||||||
|
|||||||
Reference in New Issue
Block a user