GitHub Action
Discord notifications
0.1
Latest version
Sends a Discord notification message. Simple as that. Supports all workflow event types by using the Discord GitHub webhooks.
Appearance on Discord :
- name: Discord notification
uses: cl8dep/action-discord@v0
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
message: 'Hello World'
By default, the GitHub action will send a notificaction with the event informations. Providing the arguments will override the message.
webhook
(required): the Discord webhook URL (see https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks).message
(required): the message to send.username
(optional): overrides the bot nickname.avatar
(optional): overrides the avatar URL. That's all.
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