Skip to content

Commit c7090fd

Browse files
committed
add pipeline output for debugging
1 parent f36a4c7 commit c7090fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/builds-mattermost.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
- name: Read Content
6060
id: getcontent
6161
run: echo "::set-output name=payload::$(cat mattermost.json)"
62+
- name: Pipeline Output
63+
run: echo "${{ steps.getcontent.outputs.payload }}"
6264
- name: Send Mattermost Message
6365
uses: mattermost/action-mattermost-notify@master
6466
with:

0 commit comments

Comments
 (0)