File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ jobs:
8080 shell : bash
8181
8282 - name : Notify Slack Success
83- uses : slackapi/slack-github-action@v1.26 .0
83+ uses : slackapi/slack-github-action@v2.1 .0
8484 env :
8585 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
8686 with :
8787 channel-id : ' coding-exercise-queue'
8888 slack-message : ' :white_check_mark: Deployment to *dev* succeeded'
8989
9090 - name : Notify Slack Failure
91- uses : slackapi/slack-github-action@v1.26 .0
91+ uses : slackapi/slack-github-action@v2.1 .0
9292 if : ${{ failure() }}
9393 env :
9494 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -141,15 +141,15 @@ jobs:
141141 shell : bash
142142
143143 - name : Notify Slack Success
144- uses : slackapi/slack-github-action@v1.26 .0
144+ uses : slackapi/slack-github-action@v2.1 .0
145145 env :
146146 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
147147 with :
148148 channel-id : ' coding-exercise-queue'
149149 slack-message : ' :white_check_mark: Deployment to *prod* succeeded'
150150
151151 - name : Notify Slack Failure
152- uses : slackapi/slack-github-action@v1.26 .0
152+ uses : slackapi/slack-github-action@v2.1 .0
153153 if : ${{ failure() }}
154154 env :
155155 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments