cl8dep / action-discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ 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

About


Languages

Language:TypeScript 90.5%Language:JavaScript 9.5%