Skip to content

Commit 4fb6fd5

Browse files
authored
actions(claude): use opus for @claude invocations
1 parent b3350bc commit 4fb6fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3737

3838
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
39-
# model: "claude-opus-4-20250514"
39+
model: "claude-opus-4-20250514"
4040

4141
# Optional: Customize the trigger phrase (default: @claude)
4242
# trigger_phrase: "/claude"

0 commit comments

Comments
 (0)