1 parent 02cfdfb commit 3910671Copy full SHA for 3910671
1 file changed
.github/workflows/duplicate-issues.yml
@@ -25,7 +25,7 @@ jobs:
25
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
run: |
28
- opencode run "A new issue has been created: '${{ github.event.issue.title }}'
+ opencode run -m anthropic/claude-sonnet-4-20250514 "A new issue has been created: '${{ github.event.issue.title }}'
29
30
Issue body:
31
${{ github.event.issue.body }}
0 commit comments