mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Update discord bot msg
This commit is contained in:
parent
4c1873e4d3
commit
4e938e9747
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
# DISCORD_AVATAR: ${{ github.event.pull_request.user.avatar_url }}
|
# DISCORD_AVATAR: ${{ github.event.pull_request.user.avatar_url }}
|
||||||
uses: Ilshidur/action-discord@0.3.2
|
uses: Ilshidur/action-discord@0.3.2
|
||||||
with:
|
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:
|
check_for_update:
|
||||||
name: Check for Updates
|
name: Check for Updates
|
||||||
|
|
Loading…
Reference in a new issue