summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-01-31 20:27:58 -0800
committerGravatar Fred K. Schott <fkschott@gmail.com> 2022-01-31 20:28:20 -0800
commited4d9828a75ff6c0ed09e3e7cdb85e4168d2b2b6 (patch)
treea1344daca80846e3bd54c78f51d30393e670b239
parent7af5abb55c244e4b039aa76b690c890b24e651e4 (diff)
downloadastro-ed4d9828a75ff6c0ed09e3e7cdb85e4168d2b2b6.tar.gz
astro-ed4d9828a75ff6c0ed09e3e7cdb85e4168d2b2b6.tar.zst
astro-ed4d9828a75ff6c0ed09e3e7cdb85e4168d2b2b6.zip
update congratsbot 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 124e40fc1..388560767 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: "**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