Skip to content

Commit

Permalink
update congratsbot format again
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Feb 1, 2022
1 parent ed4d982 commit c370aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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/commits/main>)"

check_for_update:
name: Check for Updates
Expand Down

0 comments on commit c370aa4

Please sign in to comment.