Skip to content

Commit 70a849a

Browse files
committed
Change how model is set
1 parent 8911aa1 commit 70a849a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude_review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
uses: anthropics/claude-code-action@v1
4040
with:
4141
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
42-
model: claude-opus-4-6
4342
trigger_phrase: "/claude review"
4443
show_full_output: true
4544
claude_args: |
4645
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr review:*)"
46+
--model "claude-opus-4-6"
4747
prompt: |
4848
REPO: ${{ env.REPO }}
4949
PR NUMBER: ${{ env.PR_NUMBER }}
@@ -92,10 +92,10 @@ jobs:
9292
uses: anthropics/claude-code-action@v1
9393
with:
9494
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
95-
model: claude-opus-4-6
9695
show_full_output: true
9796
claude_args: |
9897
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr review:*)"
98+
--model "claude-opus-4-6"
9999
prompt: |
100100
REPO: ${{ env.REPO }}
101101
PR NUMBER: ${{ env.PR_NUMBER }}

0 commit comments

Comments
 (0)