diff options
author | 2021-08-08 22:33:35 -0700 | |
---|---|---|
committer | 2021-08-08 22:33:35 -0700 | |
commit | 5b04e55052a0fce06b3dd3e56c486d39fdd95289 (patch) | |
tree | 6678d77fba416c5ed42943664bae12e90ce6e28d | |
parent | 8a969007fb7f3a84cea21fef8beb7b7cb18790ab (diff) | |
download | astro-5b04e55052a0fce06b3dd3e56c486d39fdd95289.tar.gz astro-5b04e55052a0fce06b3dd3e56c486d39fdd95289.tar.zst astro-5b04e55052a0fce06b3dd3e56c486d39fdd95289.zip |
Update congratsbot.yml
-rw-r--r-- | .github/workflows/congratsbot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/congratsbot.yml b/.github/workflows/congratsbot.yml index 0c8c8b01b..1116bd8dd 100644 --- a/.github/workflows/congratsbot.yml +++ b/.github/workflows/congratsbot.yml @@ -18,4 +18,4 @@ 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.login }}](<${{ github.event.commits[0].author.url }}>) just merged [${{ github.event.commits[0].message }}](<${{github.event.commits[0].html_url}}>)' + args: '**Sweet!** ${{ github.event.commits[0].author.name }} just merged ["${{ github.event.commits[0].message }}"](<${{github.event.repository.commits_url}}>)' |