summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-01-31 20:29:53 -0800
committerGravatar Fred K. Schott <fkschott@gmail.com> 2022-01-31 20:29:53 -0800
commitc370aa45780d3baefe9e07908824ae04021019b6 (patch)
tree64b4d95a48a08c0f2d5f5f291c6d747224eb0afa
parented4d9828a75ff6c0ed09e3e7cdb85e4168d2b2b6 (diff)
downloadastro-c370aa45780d3baefe9e07908824ae04021019b6.tar.gz
astro-c370aa45780d3baefe9e07908824ae04021019b6.tar.zst
astro-c370aa45780d3baefe9e07908824ae04021019b6.zip
update congratsbot format again
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
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 }}`](<https://github.com/withastro/astro/commits/main>)"
+ args: "**Merged!** ${{ github.event.commits[0].author.name }}: [`${{ steps.setup.outputs.COMMIT_MSG }}`](<https://github.com/withastro/astro/commits/main>)"
check_for_update:
name: Check for Updates