ci: fix sdk workflow

This commit is contained in:
Aiden Cline 2025-12-09 15:01:55 -06:00
parent c33a90320c
commit dbcc779f0b

View file

@ -37,6 +37,7 @@ jobs:
git config --local user.name "GitHub Action"
git add -A
git commit -m "chore: regen sdk"
git push origin HEAD:${{ github.event.pull_request.head.ref || github.ref_name }} --no-verify
git push origin HEAD:${PUSH_BRANCH} --no-verify
env:
CI: true
PUSH_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}