File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ jobs:
340
340
run : echo "COMMIT_MSG=$(git log -1 --pretty=format:%s)" >> $GITHUB_ENV
341
341
- name : notify if failure
342
342
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && failure()
343
- uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
343
+ uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
344
344
env :
345
345
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
346
346
SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ jobs:
462
462
run : echo "COMMIT_MSG=$(git log -1 --pretty=format:%s)" >> $GITHUB_ENV
463
463
- name : notify if failure
464
464
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && failure()
465
- uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
465
+ uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
466
466
env :
467
467
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
468
468
SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
You can’t perform that action at this time.
0 commit comments