Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 406e297

Browse files
authored
Merge pull request #168 from per1234/update-slack-notify-action
Use major version ref of action in workflow
2 parents e04c6fa + 630c5c3 commit 406e297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/check-certificates.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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: |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /