chore(repo): report actual state of the matrix run (#6092)

This commit is contained in:
Miroslav Jonaš 2021-06-22 15:27:17 +02:00 committed by GitHub
parent c6ec24262a
commit 0ba71c4103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ jobs:
- name: Send notification
uses: ravsamhq/notify-slack-action@v1
with:
status: ${{ job.status }}
status: ${{ needs.e2e.result }}
message_format: '{emoji} *{workflow}* {status_message} (last commit <{commit_url}|{commit_sha}>)'
notification_title: '{workflow} has {status_message}'
footer: '<{run_url}|View Run>'