Skip to content

Commit

Permalink
Fix opening PR in regenerate-target-info.yml (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Jan 9, 2025
1 parent b886474 commit 209826f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-target-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
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 comments on commit 209826f

Please sign in to comment.