fix: add Claude Code binary to GitHub Actions PATH (#455)

This commit is contained in:
Hironori Yamamoto
2025-08-18 13:06:17 +09:00
committed by GitHub
parent 78b07473f5
commit 02e9ed3181

View File

@@ -178,6 +178,7 @@ runs:
cd -
# Install Claude Code globally
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.83
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Setup Network Restrictions
if: steps.prepare.outputs.contains_trigger == 'true' && inputs.experimental_allowed_domains != ''