You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Better Discord Notification
v1.0.3
A GitHub action for sending an enhanced, fully customizable, Discord notification embed.
Input | Type | Description |
---|---|---|
webhook-url |
string | The Discord webhook URL this notification will be send to. |
embed-color |
int | The embed's color, in decimal form. MUST be quoted like the example. |
footer-icon |
string | A small icon to put on the footer. |
steps:
- name: Send Notification
uses: Retr0-01/better-discord-notification@main
with:
webhook-url: ${{ secrets.CI_DISCORD_WEBHOOK_PUBLIC }} # It is recommended to store your webhooks using actions secrets
embed-color: '3093151'
footer-icon: 'https://cdn.discordapp.com/attachments/712252851283296260/961953852897255454/706526933973860412.png'