File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272
7373 - name : " Slack Notification"
7474 if : ${{ github.ref == 'refs/heads/main' && failure() }}
75- uses : slackapi/slack-github-action@v2.0 .0
75+ uses : slackapi/slack-github-action@v2.1 .0
7676 with :
7777 webhook : ${{ secrets.SLACK_WEBHOOK }}
7878 webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 4040
4141 - name : " Slack Notification"
4242 if : failure()
43- uses : slackapi/slack-github-action@v2.0 .0
43+ uses : slackapi/slack-github-action@v2.1 .0
4444 with :
4545 webhook : ${{ secrets.SLACK_WEBHOOK }}
4646 webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 6969
7070 - name : " Slack Notification"
7171 if : failure()
72- uses : slackapi/slack-github-action@v2.0 .0
72+ uses : slackapi/slack-github-action@v2.1 .0
7373 with :
7474 webhook : ${{ secrets.SLACK_WEBHOOK }}
7575 webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 7676
7777 - name : " Slack Notification"
7878 if : failure()
79- uses : slackapi/slack-github-action@v2.0 .0
79+ uses : slackapi/slack-github-action@v2.1 .0
8080 with :
8181 webhook : ${{ secrets.SLACK_WEBHOOK }}
8282 webhook-type : incoming-webhook
You can’t perform that action at this time.
0 commit comments