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 5454 # See: https://github.com/rtCamp/action-slack-notify
5555 - name : Slack notification of certificate verification failure
5656 if : failure()
57- uses : rtCamp/action-slack-notify@v2.1.0
57+ uses : rtCamp/action-slack-notify@v2
5858 env :
5959 SLACK_WEBHOOK : ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
6060 SLACK_MESSAGE : |
@@ -103,7 +103,7 @@ jobs:
103103 - name : Slack notification of pending certificate expiration
104104 # Don't send spurious expiration notification if verification fails
105105 if : failure() && steps.check-expiration.outcome == 'failure'
106- uses : rtCamp/action-slack-notify@v2.1.0
106+ uses : rtCamp/action-slack-notify@v2
107107 env :
108108 SLACK_WEBHOOK : ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
109109 SLACK_MESSAGE : |
You can’t perform that action at this time.
0 commit comments