Skip to content

Commit

Permalink
Merge pull request #44 from Discusser/bugfix/discord-webhooks-url-dis…
Browse files Browse the repository at this point in the history
…play

Make head commit URL clickable
  • Loading branch information
s1lvax authored Oct 18, 2024
2 parents 632e680 + 85cd405 commit f92b32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
curl -H "Content-Type: application/json" \
-X POST \
-d '{
"content": "## New deployment for '${{ github.repository }}'\n\n**Branch**: `${{ github.ref }}`\n**Commit Message**: `${{ github.event.head_commit.message }}`\n**Committer**: `${{ github.event.head_commit.committer.name }}`\n**View Changes**: `${{ github.event.head_commit.url }}`"
"content": "## New deployment for '${{ github.repository }}'\n\n**Branch**: `${{ github.ref }}`\n**Commit Message**: `${{ github.event.head_commit.message }}`\n**Committer**: `${{ github.event.head_commit.committer.name }}`\n**View Changes**: <${{ github.event.head_commit.url }}>"
}' \
${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit f92b32a

Please sign in to comment.