summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-09 11:38:00 -0600
committerAiden Cline <[email protected]>2025-12-09 11:38:22 -0600
commitcec1caf99ea29d3f9949b2932f0c43ea5ceb21b3 (patch)
tree88e828839d2610c9d482b41e67941f21d5b20c16 /.github
parentc74da97d52986249450f978bd704e71f6b2f61fe (diff)
downloadopencode-cec1caf99ea29d3f9949b2932f0c43ea5ceb21b3.tar.gz
opencode-cec1caf99ea29d3f9949b2932f0c43ea5ceb21b3.zip
ci: sdk stuff
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sdk.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml
index 2d2553b6d..b31dc3ce1 100644
--- a/.github/workflows/sdk.yml
+++ b/.github/workflows/sdk.yml
@@ -34,6 +34,6 @@ jobs:
git config --local user.name "GitHub Action"
git add -A
git commit -m "chore: regen sdk"
- git push --no-verify
+ git push origin HEAD:${{ github.event.pull_request.head.ref || github.ref_name }} --no-verify
env:
CI: true