Add GIT_SSL_NO_VERIFY to runner envs config
CI - Lint & Test / lint-and-test (push) Failing after 5m13s
Details
CI - Lint & Test / lint-and-test (push) Failing after 5m13s
Details
Workflow-level env doesn't propagate to actions/checkout git process. Set it in runner.envs so all job containers inherit it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
44cc5ce0e0
commit
7959cc2297
|
|
@ -20,6 +20,8 @@ data:
|
|||
file: .runner
|
||||
capacity: 1
|
||||
timeout: 3h
|
||||
envs:
|
||||
GIT_SSL_NO_VERIFY: "true"
|
||||
labels:
|
||||
- "ubuntu-latest:docker://catthehacker/ubuntu:act-22.04"
|
||||
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
|
||||
|
|
|
|||
Loading…
Reference in New Issue