diff --git a/.github/workflows/next-build.yml b/.github/workflows/next-build.yml index 00631006e2..4cc655a2c9 100644 --- a/.github/workflows/next-build.yml +++ b/.github/workflows/next-build.yml @@ -84,7 +84,7 @@ jobs: echo "{\"text\":\":no_entry_sign: Next Che Server build has failed: https://github.com/eclipse-che/che-server/actions/workflows/next-build.yml\"}" > mattermost.json - name: Send MM message if: ${{ failure() }} - uses: mattermost/action-mattermost-notify@1.0.2 + uses: mattermost/action-mattermost-notify@1.1.0 env: MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }} MATTERMOST_CHANNEL: eclipse-che-ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa256083af..192f027153 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: echo "{\"text\":\":white_check_mark: Che Server ${{ github.event.inputs.version }} has been released: https://quay.io/eclipse/che-server:${{ github.event.inputs.version }}\"}" > mattermost.json - name: Send MM message if: ${{ success() }} || ${{ failure() }} - uses: mattermost/action-mattermost-notify@1.0.2 + uses: mattermost/action-mattermost-notify@1.1.0 env: MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }} MATTERMOST_CHANNEL: eclipse-che-releases