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 9292 if : matrix.type == 'retry' && steps.retry.outputs.was-retried == 'true'
9393 uses : slackapi/slack-github-action@v1
9494 with :
95- channel-id : ' #squad-supsetup-alerts '
95+ channel-id : ' #squad-metalk8s '
9696 slack-message : |
9797 Nightly retry triggered for ${{ matrix.branch }}
9898 Job: ${{ matrix.name }}
@@ -106,7 +106,7 @@ jobs:
106106 if : matrix.type == 'retry' && steps.retry.outputs.retry-count != '' && fromJSON(steps.retry.outputs.retry-count) >= fromJSON(env.MAX_RETRIES)
107107 uses : slackapi/slack-github-action@v1
108108 with :
109- channel-id : ' #squad-supsetup-alerts '
109+ channel-id : ' #squad-metalk8s '
110110 slack-message : |
111111 ⚠️ MANUAL ACTION REQUIRED ⚠️
112112 Nightly for ${{ matrix.branch }} failed after ${{ steps.retry.outputs.retry-count }} retry attempts
You can’t perform that action at this time.
0 commit comments