Fix: Use correct fork path janeapp/claude-code-action

This commit is contained in:
km-anthropic
2025-08-18 17:25:59 -07:00
parent 0a82bcdb04
commit 9700ba8130

View File

@@ -31,7 +31,7 @@ jobs:
- name: Run Claude Code - name: Run Claude Code
id: claude id: claude
uses: piotrb/claude-code-action@main uses: janeapp/claude-code-action@main
with: with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
allowed_tools: "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)" allowed_tools: "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)"