File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
- name : Check for new artifact
140
140
id : download-artifact
141
141
if : matrix.components.workflow != '' && env.UPDATED != 'true'
142
- uses : dawidd6/action-download-artifact@master
142
+ uses : dawidd6/action-download-artifact@v2
143
143
with :
144
144
github_token : ${{secrets.GITHUB_TOKEN}}
145
145
workflow : ${{ matrix.components.workflow }}
@@ -263,14 +263,16 @@ jobs:
263
263
token : ${{secrets.GITHUB_TOKEN}}
264
264
265
265
- name : Enable Pull Request Automerge
266
- if : false && steps.cpr.outputs.pull-request-operation == 'created'
266
+ if : false
267
+ # if: steps.cpr.outputs.pull-request-operation == 'created'
267
268
uses : peter-evans/enable-pull-request-automerge@v2
268
269
with :
269
270
pull-request-number : ${{ steps.cpr.outputs.pull-request-number }}
270
271
merge-method : squash
271
272
token : ${{secrets.GITHUB_TOKEN}}
272
273
273
274
- uses : hmarr/auto-approve-action@v3
274
- if : false && steps.cpr.outputs.pull-request-operation == 'created'
275
+ if : false
276
+ # if: steps.cpr.outputs.pull-request-operation == 'created'
275
277
with :
276
278
pull-request-number : ${{ steps.cpr.outputs.pull-request-number }}
You can’t perform that action at this time.
0 commit comments