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 56
56
# See: https://github.com/rtCamp/action-slack-notify
57
57
- name : Slack notification of certificate verification failure
58
58
if : failure()
59
- uses : rtCamp/action-slack-notify@v2.1 .0
59
+ uses : rtCamp/action-slack-notify@v2.2 .0
60
60
env :
61
61
SLACK_WEBHOOK : ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }}
62
62
SLACK_MESSAGE : |
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Slack notification of pending certificate expiration
111
111
# Don't send spurious expiration notification if verification fails
112
112
if : failure() && steps.check-expiration.outcome == 'failure'
113
- uses : rtCamp/action-slack-notify@v2.1 .0
113
+ uses : rtCamp/action-slack-notify@v2.2 .0
114
114
env :
115
115
SLACK_WEBHOOK : ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }}
116
116
SLACK_MESSAGE : |
You can’t perform that action at this time.
0 commit comments