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