mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update syntax for mattermost webhooks (#10006)
This commit is contained in:
parent
1584b0b58c
commit
089b7efacd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/merged.yaml
vendored
2
.github/workflows/merged.yaml
vendored
|
|
@ -28,5 +28,5 @@ jobs:
|
|||
--arg title "$TITLE" \
|
||||
'{ "text": "[\($repo)] | [\($title) #\($number)](\($pr_url)) was merged into master by \($user)" }' > mattermost.json
|
||||
- uses: mattermost/action-mattermost-notify@master
|
||||
env:
|
||||
with:
|
||||
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_MERGE_WEBHOOK }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue