Skip to content

Commit 8673379

Browse files
masnwilliamsclaude
andcommitted
ci: use CURSOR_PREFERRED_MODEL secret instead of hardcoded model
Replace hardcoded --model opus-4.5 with --model ${{ secrets.CURSOR_PREFERRED_MODEL }} in the cursor-agent CLI invocation, allowing the model to be configured via GitHub Actions secrets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b03de99 commit 8673379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-cli-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,4 @@ jobs:
411411
- Streaming methods may have different CLI implementations (e.g., follow flags)
412412
- Even if no coverage gaps are found, still create a PR for the SDK version bump
413413
- Ensure code compiles before pushing
414-
" --model opus-4.5 --force --output-format=text
414+
" --model ${{ secrets.CURSOR_PREFERRED_MODEL }} --force --output-format=text

0 commit comments

Comments
 (0)