summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-04-25 14:13:19 -0400
committerAiden Cline <[email protected]>2026-04-25 14:13:19 -0400
commitf91b73b9388106205f5cbefca3d79c44a301df5a (patch)
treeba9ce1e4aab49136d594cf59dca28614da979fb4 /.github
parent05661c60ffb1ce1bde844f3a6aa5b6cb5bc22412 (diff)
downloadopencode-f91b73b9388106205f5cbefca3d79c44a301df5a.tar.gz
opencode-f91b73b9388106205f5cbefca3d79c44a301df5a.zip
ci: fix model name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/review.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml
index 20f6a89f6..2bd1f0c4a 100644
--- a/.github/workflows/review.yml
+++ b/.github/workflows/review.yml
@@ -51,7 +51,7 @@ jobs:
PR_TITLE: ${{ steps.pr-details.outputs.title }}
run: |
PR_BODY=$(jq -r .body pr_data.json)
- opencode run -m opencode/openai-gpt-5.5 --variant medium "A new pull request has been created: '${PR_TITLE}'
+ opencode run -m opencode/gpt-5.5 --variant medium "A new pull request has been created: '${PR_TITLE}'
<pr-number>
${{ steps.pr-number.outputs.number }}