We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595a112 commit a5d0c55Copy full SHA for a5d0c55
.github/workflows/discord-release-announce.yml
@@ -14,6 +14,7 @@ jobs:
14
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
15
# optional customizations below - most have good defaults
16
username: "Release Changelog"
17
- # avatar_url: "https://github.com/your-org/your-repo.png" # optional
+ avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
18
+ content: "||@everyone||"
19
embed_color: 3447003 # hex color without # (e.g. Discord blue)
20
include_assets: true # list download links if you have binaries
0 commit comments