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:
80
80
shell : bash
81
81
82
82
- name : Notify Slack Success
83
- uses : slackapi/slack-github-action@v1.26 .0
83
+ uses : slackapi/slack-github-action@v2.0 .0
84
84
env :
85
85
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
86
86
with :
87
87
channel-id : ' coding-exercise-queue'
88
88
slack-message : ' :white_check_mark: Deployment to *dev* succeeded'
89
89
90
90
- name : Notify Slack Failure
91
- uses : slackapi/slack-github-action@v1.26 .0
91
+ uses : slackapi/slack-github-action@v2.0 .0
92
92
if : ${{ failure() }}
93
93
env :
94
94
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -141,15 +141,15 @@ jobs:
141
141
shell : bash
142
142
143
143
- name : Notify Slack Success
144
- uses : slackapi/slack-github-action@v1.26 .0
144
+ uses : slackapi/slack-github-action@v2.0 .0
145
145
env :
146
146
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
147
147
with :
148
148
channel-id : ' coding-exercise-queue'
149
149
slack-message : ' :white_check_mark: Deployment to *prod* succeeded'
150
150
151
151
- name : Notify Slack Failure
152
- uses : slackapi/slack-github-action@v1.26 .0
152
+ uses : slackapi/slack-github-action@v2.0 .0
153
153
if : ${{ failure() }}
154
154
env :
155
155
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments