presetLocalContainer/action.yaml aktualisiert
Build go program / Test-Gitea-Actions (push) Successful in 10s
Build go program / Test-Gitea-Actions (push) Successful in 10s
This commit is contained in:
@@ -5,6 +5,12 @@ description: preseting Gitea Job Runner
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup Environment
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "NODE_TLS_REJECT_UNAUTHORIZED=0" >> $GITHUB_ENV
|
||||||
|
echo "GIT_SSL_NO_VERIFY=true" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Disable SSL verify
|
- name: Disable SSL verify
|
||||||
run: git config --global http.sslVerify false
|
run: git config --global http.sslVerify false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user