Skip to content

Commit a5d0c55

Browse files
committed
Include avatar and ping
1 parent 595a112 commit a5d0c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/discord-release-announce.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
1515
# optional customizations below - most have good defaults
1616
username: "Release Changelog"
17-
# avatar_url: "https://github.com/your-org/your-repo.png" # optional
17+
avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
18+
content: "||@everyone||"
1819
embed_color: 3447003 # hex color without # (e.g. Discord blue)
1920
include_assets: true # list download links if you have binaries

0 commit comments

Comments
 (0)