We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7138650 commit 6c1adfbCopy full SHA for 6c1adfb
.github/workflows/check-certificates.yml
@@ -56,7 +56,7 @@ jobs:
56
# See: https://github.com/rtCamp/action-slack-notify
57
- name: Slack notification of certificate verification failure
58
if: failure()
59
- uses: rtCamp/action-slack-notify@v2.1.0
+ uses: rtCamp/action-slack-notify@v2.2.0
60
env:
61
SLACK_WEBHOOK: ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }}
62
SLACK_MESSAGE: |
@@ -110,7 +110,7 @@ jobs:
110
- name: Slack notification of pending certificate expiration
111
# Don't send spurious expiration notification if verification fails
112
if: failure() && steps.check-expiration.outcome == 'failure'
113
114
115
116
0 commit comments