Explorar o código

ci: sdk stuff

Aiden Cline hai 2 meses
pai
achega
cec1caf99e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/sdk.yml

+ 1 - 1
.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