Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qunabu authored Apr 24, 2024
1 parent 4bd16c8 commit e553d8f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ jobs:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.

- name: Create the Mattermost Message
run: |
echo "{\"text\":\"There is a updated [demo-stage.escolalms.com](https://demo-stage.escolalms.com/) available\"}" > mattermost.json
# - name: Create the Mattermost Message
# run: |
# echo "{\"text\":\"There is a updated [demo-stage.escolalms.com](https://demo-stage.escolalms.com/) available\"}" > mattermost.json
- uses: mattermost/action-mattermost-notify@master
env:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
PAYLOAD: |-
{
"text": "There is a updated [demo-stage.escolalms.com](https://demo-stage.escolalms.com/) available"
}

0 comments on commit e553d8f

Please sign in to comment.