We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36a4c7 commit c7090fdCopy full SHA for c7090fd
.github/workflows/builds-mattermost.yaml
@@ -59,6 +59,8 @@ jobs:
59
- name: Read Content
60
id: getcontent
61
run: echo "::set-output name=payload::$(cat mattermost.json)"
62
+ - name: Pipeline Output
63
+ run: echo "${{ steps.getcontent.outputs.payload }}"
64
- name: Send Mattermost Message
65
uses: mattermost/action-mattermost-notify@master
66
with:
0 commit comments