diff options
| author | Dax Raad <[email protected]> | 2025-08-11 23:52:16 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-11 23:52:16 -0400 |
| commit | 39106718ed699fbe63692b93c4faa17d2d900dfe (patch) | |
| tree | e1167d06f807da0825c57a2431b0291d2394f009 /.github | |
| parent | 02cfdfbf5b59ed5bc150b5184ed7059f0264470b (diff) | |
| download | opencode-39106718ed699fbe63692b93c4faa17d2d900dfe.tar.gz opencode-39106718ed699fbe63692b93c4faa17d2d900dfe.zip | |
ci: tweak
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/duplicate-issues.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/duplicate-issues.yml b/.github/workflows/duplicate-issues.yml index 8210a4cab..e00f2087a 100644 --- a/.github/workflows/duplicate-issues.yml +++ b/.github/workflows/duplicate-issues.yml @@ -25,7 +25,7 @@ jobs: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - 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 }}' Issue body: ${{ github.event.issue.body }} |
