Add GIT_SSL_NO_VERIFY to runner envs config
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:
Cloud User 2026-02-25 16:07:02 +09:00
parent 44cc5ce0e0
commit 7959cc2297
1 changed files with 2 additions and 0 deletions

View File

@ -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"