Skip to content

Commit f36a4c7

Browse files
committed
Mattermost multiline
1 parent c050c2d commit f36a4c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/builds-mattermost.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ jobs:
6363
uses: mattermost/action-mattermost-notify@master
6464
with:
6565
MATTERMOST_WEBHOOK_URL: ${{ secrets.WEBHOOK }}
66-
PAYLOAD: ${{ steps.getcontent.outputs.payload }}
66+
PAYLOAD: |-
67+
${{ steps.getcontent.outputs.payload }}

0 commit comments

Comments
 (0)