Skip to content

Commit f91b73b

Browse files
committed
ci: fix model name
1 parent 05661c6 commit f91b73b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
PR_TITLE: ${{ steps.pr-details.outputs.title }}
5252
run: |
5353
PR_BODY=$(jq -r .body pr_data.json)
54-
opencode run -m opencode/openai-gpt-5.5 --variant medium "A new pull request has been created: '${PR_TITLE}'
54+
opencode run -m opencode/gpt-5.5 --variant medium "A new pull request has been created: '${PR_TITLE}'
5555
5656
<pr-number>
5757
${{ steps.pr-number.outputs.number }}

0 commit comments

Comments
 (0)