Skip to content

Commit 165cee8

Browse files
committed
fix: restore shell: bash and pnpm alias, keep structured prompt
1 parent 67597b1 commit 165cee8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/weekly-update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,20 @@ jobs:
6868
- name: Run updating skill with Claude Code
6969
id: claude
7070
timeout-minutes: 30
71+
shell: bash
7172
env:
7273
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
7374
GITHUB_ACTIONS: 'true'
7475
run: |
76+
alias pnpm="$SFW_BIN pnpm"
7577
if [ -z "$ANTHROPIC_API_KEY" ]; then
7678
echo "ANTHROPIC_API_KEY not set - skipping automated update"
7779
echo "success=false" >> $GITHUB_OUTPUT
7880
exit 0
7981
fi
8082
8183
set +e
82-
pnpm exec claude --print --dangerously-skip-permissions \
84+
claude --print --dangerously-skip-permissions \
8385
--model sonnet \
8486
"$(cat <<'PROMPT'
8587
/updating

0 commit comments

Comments
 (0)