Skip to content
message-square

GitHub Action

Discord notifications

0.1 Latest version

Discord notifications

message-square

Discord notifications

Send a message to Discord chanel

Installation

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

              

- name: Discord notifications

uses: cl8dep/action-discord@0.1

Learn more about this action in cl8dep/action-discord

Choose a version

🚀 Discord for GitHub Actions

Sends a Discord notification message. Simple as that. Supports all workflow event types by using the Discord GitHub webhooks.

Appearance on Discord :

Discord message

Usage

- name: Discord notification
  uses: cl8dep/action-discord@v0
  with:
    webhook: ${{ secrets.DISCORD_WEBHOOK }}
    message: 'Hello World'

Arguments

By default, the GitHub action will send a notificaction with the event informations. Providing the arguments will override the message.

Arguments

Alternatives

Because open source is about everyone :

https://github.com/marketplace/actions/discord-message-notify


Don't forget to 🌟 Star 🌟 the repo if you like this GitHub Action !
Your feedback is appreciated