Update congratsbot.yml
This commit is contained in:
parent
8a969007fb
commit
5b04e55052
1 changed files with 1 additions and 1 deletions
2
.github/workflows/congratsbot.yml
vendored
2
.github/workflows/congratsbot.yml
vendored
|
@ -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}}>)'
|
||||
|
|
Loading…
Reference in a new issue