From 0a456f465aad4634be4828f213934344366a5c87 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Wed, 28 Jul 2021 12:53:31 +0300 Subject: [PATCH] chore: Update Mattermost GH Action to 1.1.0 version (#66) Signed-off-by: Mykhailo Kuznietsov --- .github/workflows/next-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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