We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c017f commit 7d13781Copy full SHA for 7d13781
.github/workflows/mattermost.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- name: Create the Mattermost Message
9
run: |
10
- echo "{\"text\":\"New Commit or PR on GitHub\"}" > mattermost.json
+ echo "{\"text\":\"New Commit or PR on GitHub\", \"username\":\"GitHub\"}" > mattermost.json
11
- uses: mattermost/action-mattermost-notify@master
12
env:
13
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
0 commit comments