Skip to content

Commit

Permalink
Fix creating PR in regenerate-target-info.yml
Browse files Browse the repository at this point in the history
Pass `--body` to `gh pr create`
  • Loading branch information
NobodyXu committed May 4, 2024
1 parent 8494191 commit 736ab5a
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 @@ -46,4 +46,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create --base main --title "Update `src/target_info.rs`"
gh pr create --base main --title "Update `src/target_info.rs`" --body "Automatically regenerated in CI"

0 comments on commit 736ab5a

Please sign in to comment.