From e553d8fe6aa17ea5fdabb0472f2ed98c24b4da29 Mon Sep 17 00:00:00 2001 From: Mateusz Qunabu Date: Wed, 24 Apr 2024 14:32:32 +0200 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index ca4ac4bbe..77e56a038 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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" + }