Update workflow to use fork version with subagent fix

This commit is contained in:
km-anthropic
2025-08-14 15:14:20 -07:00
parent 3005c85cee
commit a37014c520

View File

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