We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e04c6fa + 630c5c3 commit 406e297Copy full SHA for 406e297
.github/workflows/check-certificates.yml
@@ -57,7 +57,7 @@ jobs:
57
# See: https://github.com/rtCamp/action-slack-notify
58
- name: Slack notification of certificate verification failure
59
if: failure()
60
- uses: rtCamp/action-slack-notify@v2.1.0
+ uses: rtCamp/action-slack-notify@v2
61
env:
62
SLACK_WEBHOOK: ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }}
63
SLACK_MESSAGE: |
@@ -111,7 +111,7 @@ jobs:
111
- name: Slack notification of pending certificate expiration
112
# Don't send spurious expiration notification if verification fails
113
if: failure() && steps.check-expiration.outcome == 'failure'
114
115
116
117
0 commit comments