From c370aa45780d3baefe9e07908824ae04021019b6 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 31 Jan 2022 20:29:53 -0800 Subject: [PATCH] update congratsbot format again --- .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 388560767..3dc03bf20 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: "**Merged!** [`${{ github.event.commits[0].author.name }}: ${{ steps.setup.outputs.COMMIT_MSG }}`]()" + args: "**Merged!** ${{ github.event.commits[0].author.name }}: [`${{ steps.setup.outputs.COMMIT_MSG }}`]()" check_for_update: name: Check for Updates