File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ jobs:
293293 ]
294294 if : ${{ always() && contains(needs.*.result, 'failure') }}
295295 steps :
296- - uses : mattermost/action-mattermost-notify@master
296+ - uses : mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a # v2.0.0
297297 if : github.event_name != 'pull_request' || github.event.pull_request.draft == false
298298 with :
299299 MATTERMOST_WEBHOOK_URL : ${{ secrets.MM_WEBHOOK_URL }}
Original file line number Diff line number Diff line change 5555 if : ${{ needs.sync.outputs.file_size != '0' && needs.sync.outputs.sync_exit_code != '0' }}
5656 steps :
5757 - name : Send notify
58- uses : mattermost/action-mattermost-notify@master
58+ uses : mattermost/action-mattermost-notify@b7d118e440bf2749cd18a4a8c88e7092e696257a # v2.0.0
5959 with :
6060 MATTERMOST_WEBHOOK_URL : ${{ secrets.MM_WEBHOOK_DEV }}
6161 TEXT : |
You can’t perform that action at this time.
0 commit comments