From 26711a587c37feedf7e4b911d4cd8d32fac6e0bb Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Fri, 28 Jan 2022 10:52:55 -0800 Subject: [PATCH] try to format new discord bot message --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f702b6473c..6ba51a2489 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: # DISCORD_AVATAR: ${{ github.event.pull_request.user.avatar_url }} uses: Ilshidur/action-discord@0.3.2 with: - args: '**Sweet!** <${{ github.event.commits[0].author.name }}> your code just got merged!\n[`${{ steps.setup.outputs.COMMIT_MSG }}`]()' + args: 'Sweet! **${{ github.event.commits[0].author.name }}** your code just got merged! \\n [`${{ steps.setup.outputs.COMMIT_MSG }}`]()' check_for_update: name: Check for Updates