1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Update merged.yaml

This commit is contained in:
Alexis
2023-02-28 13:31:06 -08:00
committed by GitHub
parent 676863760a
commit 97dd95329d

View File

@@ -17,8 +17,9 @@ jobs:
PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}
REPO: ${{ github.repository }}
USER: ${{ github.actor }}
TITLE: ${{ github.event.pull_request.title }}
run: |
echo "{\"text\":\"[$REPO] | #[$NUMBER]($PR_URL) was merged into master by $USER.\"}" > mattermost.json
echo "{\"text\":\"[$REPO] | [$TITLE #$NUMBER]($PR_URL) was merged into master by $USER.\"}" > mattermost.json
- uses: mattermost/action-mattermost-notify@master
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_MERGE_WEBHOOK }}