mirror of
https://github.com/certbot/certbot.git
synced 2026-05-20 17:30:43 -04:00
Upgrade action-mattermost-notify action to use node 24
This commit is contained in:
parent
2ea33021aa
commit
85fdacd49e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/notify_release.yml
vendored
2
.github/workflows/notify_release.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
echo "$MESSAGE" >> $GITHUB_OUTPUT
|
||||
echo "EOF" >> $GITHUB_OUTPUT
|
||||
- name: Send to mattermost
|
||||
uses: mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a
|
||||
uses: mattermost/action-mattermost-notify@ae31bb6f9e26a54336e79696f108a2c91cf55b4e
|
||||
with:
|
||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_PUBLIC_CERTBOT_CHANNEL_WEBHOOK }}
|
||||
TEXT: "${{ steps.message.outputs.result }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue