Skip to content

Commit 7d13781

Browse files
authored
Update mattermost.yml
1 parent 98c017f commit 7d13781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mattermost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- name: Create the Mattermost Message
99
run: |
10-
echo "{\"text\":\"New Commit or PR on GitHub\"}" > mattermost.json
10+
echo "{\"text\":\"New Commit or PR on GitHub\", \"username\":\"GitHub\"}" > mattermost.json
1111
- uses: mattermost/action-mattermost-notify@master
1212
env:
1313
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}

0 commit comments

Comments
 (0)