From 02e9ed31816be8cb8d521a26f4ba981e5c89ac5e Mon Sep 17 00:00:00 2001 From: Hironori Yamamoto Date: Mon, 18 Aug 2025 13:06:17 +0900 Subject: [PATCH] fix: add Claude Code binary to GitHub Actions PATH (#455) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 626e086..4d1b330 100644 --- a/action.yml +++ b/action.yml @@ -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 != ''