Change notify version to fix notifications. #9

Merged
stuart.armstrong merged 1 commits from Change-mattermost-notify-version-to-fix-notifications into master 2024-05-08 06:38:23 +00:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 10607492b5 - Show all commits

View File

@ -138,4 +138,4 @@ jobs:
- name: loop fail notification
if: ${{ inputs.notification_enabled && job.status == 'failure' }}
uses: https://github.com/mattermost/action-mattermost-notify@master
uses: https://github.com/mattermost/action-mattermost-notify@1.1.0

View File

@ -109,4 +109,4 @@ jobs:
- name: loop fail notification
if: ${{ inputs.notification_enabled && job.status == 'failure' }}
uses: https://github.com/mattermost/action-mattermost-notify@master
uses: https://github.com/mattermost/action-mattermost-notify@1.1.0

View File

@ -197,5 +197,5 @@ jobs:
}
- name: loop fail notification
uses: https://github.com/mattermost/action-mattermost-notify@master
uses: https://github.com/mattermost/action-mattermost-notify@1.1.0
if: ${{ inputs.notification_enabled && (job.status == 'success' || job.status == 'failure') }}

View File

@ -104,4 +104,4 @@ jobs:
- name: loop fail notification
if: ${{ inputs.notification_enabled && job.status == 'failure' }}
uses: https://github.com/mattermost/action-mattermost-notify@master
uses: https://github.com/mattermost/action-mattermost-notify@1.1.0