Skip to content

neolitec/notify-action

Repository files navigation

Notify Action for GitHub

This action sends a custom Discord message during a workflow.

Inputs

discord_webhook_url

Required Url of Discord webhook

title

Required The title of the message

message

Required The message

Example usage

uses: neolitec/[email protected]
with:
  - discord_webhook_url: https://discord.com/api/webhooks/[id]/[token]
  - title: Your workflow succeeds!
  - message: The workflow successfully succeeds.

TODO

  • Slack hooks

About

Simple action to send a notification to Discord

Resources

License

Stars

Watchers

Forks

Packages

No packages published