Skip to content

Commit

Permalink
[fix] CI notify-community-server
Browse files Browse the repository at this point in the history
Alligning the action with the breaking changes introduced under mattermost/action-mattermost-notify#13

Ticket: https://mattermost.atlassian.net/browse/CLD-8100
  • Loading branch information
phoinixgrr committed Jul 24, 2024
1 parent bd20332 commit 3bfdb9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify-mm-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
.github/workflows/notify-mm-blog.sh
- name: Notify channel 1
uses: mattermost/action-mattermost-notify@master
env:
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL_1 }}
- name: Notify channel 2
uses: mattermost/action-mattermost-notify@master
env:
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL_2 }}

0 comments on commit 3bfdb9c

Please sign in to comment.