Skip to content

Commit c61cac1

Browse files
committed
ci: use CURSOR_PREFERRED_MODEL secret instead of hardcoded model
1 parent a439418 commit c61cac1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fix-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ jobs:
102102
- Avoid duplicate comments - update existing bot comments
103103
- If no actionable fix is possible, make no changes and post no comment
104104
- PR comments must ONLY include the PR creation link, no manual merge instructions
105-
" --model opus-4.5 --force --output-format=text
105+
" --model ${{ secrets.CURSOR_PREFERRED_MODEL }} --force --output-format=text

0 commit comments

Comments
 (0)