Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
bell

GitHub Action

Better Discord Notification

v1.0.3

Better Discord Notification

bell

Better Discord Notification

A GitHub action for sending a better Discord notification embed, which can also be customized

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Better Discord Notification

uses: Retr0-01/[email protected]

Learn more about this action in Retr0-01/better-discord-notification

Choose a version

Better Discord Notification

GitHub release (latest by date) GitHub Workflow Status GitHub
A GitHub action for sending an enhanced, fully customizable, Discord notification embed.

Usage

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.

Example

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'

Results

image