File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9090 access_token : ${{ secrets.GITHUB_TOKEN }}
9191 - name : Notify Slack on retry triggered
9292 if : matrix.type == 'retry' && steps.retry.outputs.was-retried == 'true'
93- uses : slackapi/slack-github-action@v1
93+ uses : slackapi/slack-github-action@v3
9494 with :
9595 channel-id : " #squad-metalk8s"
9696 slack-message : |
@@ -104,7 +104,7 @@ jobs:
104104 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
105105 - name : Notify Slack on manual action needed
106106 if : matrix.type == 'retry' && steps.retry.outputs.retry-count != '' && fromJSON(steps.retry.outputs.retry-count) >= fromJSON(env.MAX_RETRIES)
107- uses : slackapi/slack-github-action@v1
107+ uses : slackapi/slack-github-action@v3
108108 with :
109109 channel-id : " #squad-metalk8s"
110110 slack-message : |
You can’t perform that action at this time.
0 commit comments