ci: sdk stuff

This commit is contained in:
Aiden Cline 2025-12-09 11:38:00 -06:00
parent c74da97d52
commit cec1caf99e

View file

@ -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