Skip to content

Commit

Permalink
Update .github/workflows/mattermost.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
holke authored Oct 31, 2023
1 parent 4699cf4 commit a358e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
message_build: 1
run: |
echo "{\"text\":\"Pull request ${{ github.event.number }} has been ${{ github.event.action }}. See ${{ github.event.pull_request.html_url }} for more details.\"}" > mattermost.json
# if a message has been written send the message to the mattermost-channel described in the secrets
# if a message has been written, send the message to the mattermost-channel described in the secrets
- name: send_message
if: ${{ env.message_build == 1 }}
uses: mattermost/action-mattermost-notify@master
Expand Down

0 comments on commit a358e81

Please sign in to comment.