Skip to content

Commit 7667e56

Browse files
committed
CI fix
1 parent 2b14fc0 commit 7667e56

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/claude.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,25 @@ jobs:
4040
uses: anthropics/claude-code-action@beta
4141
with:
4242
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
43-
43+
4444
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
4545
# model: "claude-opus-4-20250514"
46-
46+
4747
# Optional: Customize the trigger phrase (default: @claude)
4848
# trigger_phrase: "/claude"
49-
49+
5050
# Optional: Trigger when specific user is assigned to an issue
5151
# assignee_trigger: "claude-bot"
52-
52+
5353
# Optional: Allow Claude to run specific commands
5454
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
55-
55+
5656
# Optional: Add custom instructions for Claude to customize its behavior for your project
5757
# custom_instructions: |
5858
# Follow our coding standards
5959
# Ensure all new code has tests
6060
# Use TypeScript for new files
61-
61+
6262
# Optional: Custom environment variables for Claude
6363
# claude_env: |
6464
# NODE_ENV: test
65-

0 commit comments

Comments
 (0)