chore: Update Mattermost GH Action to 1.1.0 version (#66)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>pull/67/head
parent
4f4bc5c37a
commit
0a456f465a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue