diff options
author | 2022-01-28 10:49:38 -0800 | |
---|---|---|
committer | 2022-01-28 10:49:38 -0800 | |
commit | 4e938e9747f536e3d5452f440bb7da433821357f (patch) | |
tree | e089aad1cfd78b420e0f915e63e6b286612d08da | |
parent | 4c1873e4d3b99998331d336da99ae7e2ace4b014 (diff) | |
download | astro-4e938e9747f536e3d5452f440bb7da433821357f.tar.gz astro-4e938e9747f536e3d5452f440bb7da433821357f.tar.zst astro-4e938e9747f536e3d5452f440bb7da433821357f.zip |
Update discord bot msg
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c52fa2bf..f702b6473 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 }}> just merged ["\"${{ steps.setup.outputs.COMMIT_MSG }}\""](<https://github.com/withastro/astro/commits/main>) ```${{ github.event.commits[0].message }}```' + 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 |