Update syntax for mattermost webhooks (#10006)

This commit is contained in:
ohemorange 2024-09-10 12:16:53 -07:00 committed by GitHub
parent 1584b0b58c
commit 089b7efacd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}