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 5757 # See: https://github.com/rtCamp/action-slack-notify
5858 - name : Slack notification of certificate verification failure
5959 if : failure()
60- uses : rtCamp/action-slack-notify@v2.1.0
60+ uses : rtCamp/action-slack-notify@v2
6161 env :
6262 SLACK_WEBHOOK : ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }}
6363 SLACK_MESSAGE : |
@@ -111,7 +111,7 @@ jobs:
111111 - name : Slack notification of pending certificate expiration
112112 # Don't send spurious expiration notification if verification fails
113113 if : failure() && steps.check-expiration.outcome == 'failure'
114- uses : rtCamp/action-slack-notify@v2.1.0
114+ uses : rtCamp/action-slack-notify@v2
115115 env :
116116 SLACK_WEBHOOK : ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }}
117117 SLACK_MESSAGE : |
You can’t perform that action at this time.
0 commit comments