fix: make congratsbot link to actual commit (#3292)
This commit is contained in:
parent
f697cd2857
commit
d825d376f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -31,7 +31,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/commit/${{ github.event.commits[0].id }}>)"
|
||||
|
||||
check_for_update:
|
||||
name: Check for Updates
|
||||
|
|
Loading…
Reference in a new issue