Skip to content

Commit 5e56fc5

Browse files
authored
Merge pull request #89 from kernel/hypeship/cursor-preferred-model
ci: use CURSOR_PREFERRED_MODEL secret instead of hardcoded model
2 parents b03de99 + 8673379 commit 5e56fc5

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)