From 39106718ed699fbe63692b93c4faa17d2d900dfe Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 11 Aug 2025 23:52:16 -0400 Subject: [PATCH] ci: tweak --- .github/workflows/duplicate-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/duplicate-issues.yml b/.github/workflows/duplicate-issues.yml index 8210a4ca..e00f2087 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 }}