Skip to content
message-square

GitHub Action

Discord Notify With Commits

v4 Latest version

Discord Notify With Commits

message-square

Discord Notify With Commits

Send a notification to Discord channel

Installation

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

              

- name: Discord Notify With Commits

uses: bjaspire/discord-notify@v4

Learn more about this action in bjaspire/discord-notify

Choose a version

Discord Notify Action

This GitHub Action allows you to send a notification to a Discord channel using a webhook URL.

Usage

To use this action in your GitHub Actions workflow, you can add a step like the following:

- name: Notify Discord
  uses: bjaspire/discord-notify@v2
  with:
    webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
    message: 'Hello from GitHub Actions!'