We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debb139 commit b4acfc9Copy full SHA for b4acfc9
.github/workflows/regenerate-windows-sys.yml
@@ -54,4 +54,4 @@ jobs:
54
env:
55
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
run: |
57
- gh pr create --base main --title "Regenerate windows sys bindings" --body "Automatically regenerated in CI"
+ gh pr create --base main --title "Regenerate windows sys bindings" --body "Automatically regenerated in CI" --head $(git branch --show-current)
0 commit comments