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 @@ -189,7 +189,7 @@ jobs:
189
189
run : echo "COMMIT_MSG=$(git log -1 --pretty=format:%s)" >> $GITHUB_ENV
190
190
- name : notify if failure
191
191
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && failure()
192
- uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
192
+ uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
193
193
env :
194
194
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
195
195
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