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 5c1df72 commit 17ea360Copy full SHA for 17ea360
.github/workflows/release.yml
@@ -65,6 +65,6 @@ jobs:
65
66
- name: Enable Pull Request Automerge
67
if: steps.cpr.outputs.pull-request-operation == 'created'
68
- run: gh pr merge --merge --auto --squash "${{ steps.cpr.outputs.pull-request-number }}"
+ run: gh pr merge "${{ steps.cpr.outputs.pull-request-number }}" --squash --auto
69
env:
70
GH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
0 commit comments