Skip to content

Commit 209826f

Browse files
authored
Fix opening PR in regenerate-target-info.yml (#1351)
1 parent b886474 commit 209826f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regenerate-target-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
env:
5959
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
run: |
61-
gh pr create --base main --title "Update src/target/generated.rs" --body "Automatically regenerated in CI"
61+
gh pr create --base main --title "Update src/target/generated.rs" --body "Automatically regenerated in CI" --head $(git branch --show-current)

0 commit comments

Comments
 (0)