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 94dfba2 commit c7d2b1aCopy full SHA for c7d2b1a
.github/workflows/update-docker-args.yml
@@ -51,15 +51,15 @@ jobs:
51
branch-suffix: timestamp
52
53
- name: Enable Pull Request Automerge
54
- if: steps.args.outputs.digest != 'null'
+ if: steps.create-pull-request.outputs.pull-request-number != ''
55
uses: peter-evans/enable-pull-request-automerge@v3
56
with:
57
token: ${{ secrets.GITHUB_TOKEN }}
58
pull-request-number: ${{ steps.create-pull-request.outputs.pull-request-number }}
59
merge-method: squash
60
61
# - name: Approve Pull Request
62
- # if: steps.args.outputs.digest != 'null'
+ # if: steps.create-pull-request.outputs.pull-request-number != ''
63
# uses: juliangruber/approve-pull-request-action@v2
64
# with:
65
# github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments