We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rtCamp/action-slack-notify
1 parent fd5b22b commit ab53e5bCopy full SHA for ab53e5b
.github/workflows/check-certificates.yml
@@ -54,7 +54,7 @@ jobs:
54
# See: https://github.com/rtCamp/action-slack-notify
55
- name: Slack notification of certificate verification failure
56
if: failure()
57
- uses: rtCamp/action-slack-notify@v2.1.0
+ uses: rtCamp/action-slack-notify@v2
58
env:
59
SLACK_WEBHOOK: ${{ secrets.TEAM_CREATE_CHANNEL_SLACK_WEBHOOK }}
60
SLACK_MESSAGE: |
@@ -103,7 +103,7 @@ jobs:
103
- name: Slack notification of pending certificate expiration
104
# Don't send spurious expiration notification if verification fails
105
if: failure() && steps.check-expiration.outcome == 'failure'
106
107
108
109
0 commit comments