ci: fix sdk workflow
This commit is contained in:
parent
c33a90320c
commit
dbcc779f0b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/sdk.yml
vendored
3
.github/workflows/sdk.yml
vendored
|
|
@ -37,6 +37,7 @@ jobs:
|
||||||
git config --local user.name "GitHub Action"
|
git config --local user.name "GitHub Action"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "chore: regen sdk"
|
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:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
PUSH_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue