File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 shell : bash
8181
8282 - name : Notify Slack Success
83- uses : slackapi/slack-github-action@v2.1 .1
83+ uses : slackapi/slack-github-action@v3.0 .1
8484 with :
8585 method : chat.postMessage
8686 token : ${{ secrets.SLACK_BOT_TOKEN }}
8989 text: ":white_check_mark: Deployment to *dev* succeeded"
9090
9191 - name : Notify Slack Failure
92- uses : slackapi/slack-github-action@v2.1 .1
92+ uses : slackapi/slack-github-action@v3.0 .1
9393 if : ${{ failure() }}
9494 with :
9595 method : chat.postMessage
@@ -143,7 +143,7 @@ jobs:
143143 shell : bash
144144
145145 - name : Notify Slack Success
146- uses : slackapi/slack-github-action@v2.1 .1
146+ uses : slackapi/slack-github-action@v3.0 .1
147147 with :
148148 method : chat.postMessage
149149 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -152,7 +152,7 @@ jobs:
152152 text: ":white_check_mark: Deployment to *prod* succeeded"
153153
154154 - name : Notify Slack Failure
155- uses : slackapi/slack-github-action@v2.1 .1
155+ uses : slackapi/slack-github-action@v3.0 .1
156156 if : ${{ failure() }}
157157 with :
158158 method : chat.postMessage
You can’t perform that action at this time.
0 commit comments