We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c050c2d commit f36a4c7Copy full SHA for f36a4c7
.github/workflows/builds-mattermost.yaml
@@ -63,4 +63,5 @@ jobs:
63
uses: mattermost/action-mattermost-notify@master
64
with:
65
MATTERMOST_WEBHOOK_URL: ${{ secrets.WEBHOOK }}
66
- PAYLOAD: ${{ steps.getcontent.outputs.payload }}
+ PAYLOAD: |-
67
+ ${{ steps.getcontent.outputs.payload }}
0 commit comments