From aa8dcc5f5c11d67e2497acc2c161e90496dd7838 Mon Sep 17 00:00:00 2001 From: Nimrod Gilboa Markevich <59927337+nimrod-up9@users.noreply.github.com> Date: Sun, 3 Apr 2022 22:10:43 +0300 Subject: [PATCH] Format commit message as code to handle multi line messages (#963) Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com> --- .github/workflows/acceptance_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance_tests.yml b/.github/workflows/acceptance_tests.yml index fe3a66279..41ab1136f 100644 --- a/.github/workflows/acceptance_tests.yml +++ b/.github/workflows/acceptance_tests.yml @@ -43,7 +43,7 @@ jobs: with: status: ${{ job.status }} notification_title: 'Mizu {workflow} has {status_message}' - message_format: '{emoji} *{workflow}* {status_message} during <{run_url}|run>, after commit <{commit_url}|{commit_sha} ${{ github.event.head_commit.message }}> ${{ github.event.head_commit.committer.name }} <${{ github.event.head_commit.committer.email }}>' + message_format: '{emoji} *{workflow}* {status_message} during <{run_url}|run>, after commit <{commit_url}|{commit_sha}> by ${{ github.event.head_commit.committer.name }} <${{ github.event.head_commit.committer.email }}> ```${{ github.event.head_commit.message }}```' footer: 'Linked Repo <{repo_url}|{repo}>' notify_when: 'failure' env: