From 4207b8760f7582f57853d99dbff0ddce8fc2eb87 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Sat, 4 Jul 2020 00:05:03 +0100 Subject: [PATCH] [CI] Adjust Discord bot message --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfa25f5bd..541f69080 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -462,6 +462,6 @@ jobs: webhook_id: ${{ secrets.DISCORD_ID }} webhook_token: ${{ secrets.DISCORD_TOKEN }} message: | - > `${{ github.ref }}` - > :${{ env.emoji }}: **${{ env.result }}** (triggered by ${{ github.event_name }}) + > :${{ env.emoji }}: `${{ github.ref }}` + > **${{ env.result }}** (triggered by ${{ github.event_name }}) >