actions-marketplace-validations/Discord Webhook Notify
Send notifications to Discord using a webhook. Works with all execution environments including windows, macos, and linux.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| webhookUrl | Discord webhook URL. Should be stored in a secret and inserted as a context expression. | yes | — |
| severity | Severity level - info, warn, or error | no | error |
| description | Embed notification message. Use context expressions and environment variables to provide information. Default provides branch and user info. | no | — |
| details | Additional text after the notification message in case you want to retain the default message. | no | — |
| footer | Footer for the embed. Defaults to severity. | no | — |
| text | Text to be sent as normal text above the embed. Use context expressions and environment variables to provide information. | no | — |
| username | Username to display in discord. | no | — |
| color | Notification color in the form poundsign rrggbb (hex). Default determined by severity. | no | — |
| avatarUrl | URL to png of discord avatar to use. Default is the GitHub monochrome mark cat logo. | no | — |
Outputs
no outputs