ci: tweak
This commit is contained in:
2
.github/workflows/duplicate-issues.yml
vendored
2
.github/workflows/duplicate-issues.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
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:
|
Issue body:
|
||||||
${{ github.event.issue.body }}
|
${{ github.event.issue.body }}
|
||||||
|
|||||||
Reference in New Issue
Block a user