@@ -133,7 +133,7 @@ jobs:
133133 git push origin "v${{ needs.check-version-change.outputs.current-version }}"
134134
135135 - name : Send slack notification for new version release
136- uses :
slackapi/[email protected] .0 136+ uses :
slackapi/[email protected] .1 137137 if : success()
138138 with :
139139 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -229,7 +229,7 @@ jobs:
229229 if : always()
230230 steps :
231231 - name : Send consolidated slack notification for staging
232- uses :
slackapi/[email protected] .0 232+ uses :
slackapi/[email protected] .1 233233 with :
234234 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
235235 webhook-type : incoming-webhook
@@ -282,7 +282,7 @@ jobs:
282282 environment_name : ${{ matrix.environment.name }}
283283
284284 - name : Send slack notification if health checks fail
285- uses :
slackapi/[email protected] .0 285+ uses :
slackapi/[email protected] .1 286286 if : failure()
287287 with :
288288 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -334,7 +334,7 @@ jobs:
334334 environment_name : ${{ matrix.environment.name }}
335335
336336 - name : Send slack notification if health checks fail
337- uses :
slackapi/[email protected] .0 337+ uses :
slackapi/[email protected] .1 338338 if : failure()
339339 with :
340340 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -365,7 +365,7 @@ jobs:
365365 if : always() && needs.deploy-production.result != 'skipped'
366366 steps :
367367 - name : Send consolidated slack notification for production
368- uses :
slackapi/[email protected] .0 368+ uses :
slackapi/[email protected] .1 369369 with :
370370 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
371371 webhook-type : incoming-webhook
0 commit comments