mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
wip: github actions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { $ } from "bun"
|
||||
|
||||
await $`git tag -d v1`
|
||||
await $`git push origin :refs/tags/v1`
|
||||
await $`git tag -a v1 -m "Update v1 to latest"`
|
||||
await $`git push origin v1`
|
||||
await $`git tag -d github-v1`
|
||||
await $`git push origin :refs/tags/github-v1`
|
||||
await $`git tag -a github-v1 -m "Update github-v1 to latest"`
|
||||
await $`git push origin github-v1`
|
||||
|
||||
@@ -231,7 +231,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Run opencode
|
||||
uses: sst/opencode/sdks/github@dev${envStr}
|
||||
uses: sst/opencode/sdks/github@github-v1${envStr}
|
||||
with:
|
||||
model: ${provider}/${model}
|
||||
`.trim(),
|
||||
|
||||
Reference in New Issue
Block a user