Skip to content

Commit b4acfc9

Browse files
authored
Fix opening PR in regenerate-windows-sys.yml (#1353)
1 parent debb139 commit b4acfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regenerate-windows-sys.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
env:
5555
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
run: |
57-
gh pr create --base main --title "Regenerate windows sys bindings" --body "Automatically regenerated in CI"
57+
gh pr create --base main --title "Regenerate windows sys bindings" --body "Automatically regenerated in CI" --head $(git branch --show-current)

0 commit comments

Comments
 (0)