mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Fix gh pr create option on release
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -394,4 +394,4 @@ jobs:
|
|||||||
git config user.name 'github-actions[bot]'
|
git config user.name 'github-actions[bot]'
|
||||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
git commit -m "Update signatures of ${TAG_NAME#jq-}"
|
git commit -m "Update signatures of ${TAG_NAME#jq-}"
|
||||||
gh pr create --title "Update signatures of ${TAG_NAME#jq-}"
|
gh pr create --title "Update signatures of ${TAG_NAME#jq-}" --body ""
|
||||||
|
Reference in New Issue
Block a user