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