We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b886474 commit 209826fCopy full SHA for 209826f
.github/workflows/regenerate-target-info.yml
@@ -58,4 +58,4 @@ jobs:
58
env:
59
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
run: |
61
- gh pr create --base main --title "Update src/target/generated.rs" --body "Automatically regenerated in CI"
+ gh pr create --base main --title "Update src/target/generated.rs" --body "Automatically regenerated in CI" --head $(git branch --show-current)
0 commit comments