summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-01-28 10:52:55 -0800
committerGravatar GitHub <noreply@github.com> 2022-01-28 10:52:55 -0800
commit26711a587c37feedf7e4b911d4cd8d32fac6e0bb (patch)
tree1b430aca7be7f6747a6bd528ed472585c452c4ee
parent4e938e9747f536e3d5452f440bb7da433821357f (diff)
downloadastro-26711a587c37feedf7e4b911d4cd8d32fac6e0bb.tar.gz
astro-26711a587c37feedf7e4b911d4cd8d32fac6e0bb.tar.zst
astro-26711a587c37feedf7e4b911d4cd8d32fac6e0bb.zip
try to format new discord bot message
-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 f702b6473..6ba51a248 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 }}`](<https://github.com/withastro/astro/commits/main>)'
+ args: 'Sweet! **${{ github.event.commits[0].author.name }}** your code just got merged! \\n [`${{ steps.setup.outputs.COMMIT_MSG }}`](<https://github.com/withastro/astro/commits/main>)'
check_for_update:
name: Check for Updates