diff options
| author | Aiden Cline <[email protected]> | 2026-04-25 14:13:19 -0400 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-04-25 14:13:19 -0400 |
| commit | f91b73b9388106205f5cbefca3d79c44a301df5a (patch) | |
| tree | ba9ce1e4aab49136d594cf59dca28614da979fb4 /.github | |
| parent | 05661c60ffb1ce1bde844f3a6aa5b6cb5bc22412 (diff) | |
| download | opencode-f91b73b9388106205f5cbefca3d79c44a301df5a.tar.gz opencode-f91b73b9388106205f5cbefca3d79c44a301df5a.zip | |
ci: fix model name
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/review.yml | 2 |
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 }} |
