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