fix(base-action): add ~/.local/bin to $GITHUB_PATH after auto-install (#1643)

## Problem

Signed-off-by: anish <anishesg@users.noreply.github.com>
Co-authored-by: anish <anishesg@users.noreply.github.com>
This commit is contained in:
anish
2026-08-14 16:31:36 -07:00
committed by GitHub
co-authored by anish
parent ed186becce
commit 9678fce999
+2
View File
@@ -165,6 +165,8 @@ runs:
sleep 5 sleep 5
done done
echo "Claude Code installed successfully" echo "Claude Code installed successfully"
# Add ~/.local/bin to PATH so the claude executable is available in subsequent steps
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
else else
echo "Using custom Claude Code executable: $PATH_TO_CLAUDE_CODE_EXECUTABLE" echo "Using custom Claude Code executable: $PATH_TO_CLAUDE_CODE_EXECUTABLE"
# Add the directory containing the custom executable to PATH # Add the directory containing the custom executable to PATH