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 6f4e33a commit 05b8e5aCopy full SHA for 05b8e5a
.github/workflows/auto-update.yml
@@ -131,7 +131,7 @@ jobs:
131
git commit -m "${TITLE}"
132
git push --set-upstream origin $BRANCH
133
gh pr create --body-file /tmp/body-text.txt --title "PR:${TITLE}"
134
- gh pr merge --delete-branch --merge $BRANCH
+ gh pr merge --delete-branch --merge
135
gh release create $BRANCH --notes-file /tmp/body-text.txt --title "${TITLE}"
136
env:
137
GH_TOKEN: ${{ github.token }}
0 commit comments