digital-gravy/Discord Notify
Posts a workflow-status Discord embed via a webhook. Wraps sarisia/actions-status-discord with Digital-Gravy defaults (color presets, optional role mention on failure).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook | Discord webhook URL. Pass as a secret. | yes | — |
| status | Outcome to convey: "success" or "failure". Drives color preset. | yes | — |
| title | Embed title. Keep short; the workflow URL is appended automatically. | yes | — |
| description | Embed description body. Multi-line supported. | no | "" |
| mention_role_id | Discord role ID to ping. By convention this only fires on status=failure; success messages stay quiet. Leave empty for no ping. | no | "" |
| nodetail | When "true", suppress sarisia's auto-appended commit / actor detail block. Useful for "pipeline is green" style messages. | no | false |
| username | Override bot display name. | no | GitHub Actions |
| avatar_url | Override bot avatar. | no | https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png |
Outputs
no outputs