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 @@ -250,7 +250,7 @@ jobs:
250
250
run : echo "COMMIT_MSG=$(git log -1 --pretty=format:%s)" >> $GITHUB_ENV
251
251
- name : notify if failure
252
252
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} && failure()
253
- uses : slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27 .0
253
+ uses : slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0 .0
254
254
env :
255
255
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
256
256
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@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27 .0
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