fix: use Opus 4.5 for GitHub Actions (#10)

Claude Code GitHub Actions default to Sonnet. Configure both
workflows to use claude-opus-4-5-20251101 via claude_args.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jarrod Watts
2026-01-04 21:02:21 +11:00
committed by GitHub
parent 3a9edbcb8b
commit e4769f4baf
2 changed files with 2 additions and 4 deletions

View File

@@ -43,8 +43,6 @@ jobs:
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
# prompt: 'Update the pull request description to include a summary of changes.'
# Optional: Add claude_args to customize behavior and configuration
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
# or https://code.claude.com/docs/en/cli-reference for available options
# claude_args: '--allowed-tools Bash(gh pr:*)'
claude_args: '--model claude-opus-4-5-20251101'