zandoh/tonk Discord notify
Post a status embed to a Discord webhook. Guard rails: an unset webhook skips silently and delivery errors never fail CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | Discord webhook URL (store as a repo secret, never in the workflow) | yes | — |
| title | Embed headline; when `status` is set an emoji prefix is added | yes | — |
| status | success or failure — sets the emoji prefix and default color | no | — |
| description | Embed body, truncated to Discord's 4096-char limit. Defaults to "repo · branch · sha" plus the commit subject. | no | — |
| url | Link target for the title; defaults to the current run's URL | no | — |
| color | Decimal embed color; overrides the status default (failure 15548997, success 5763719, otherwise 3447003) | no | — |
| username | Bot username for this post; empty means the tonk brand default | no | — |
| avatar-url | Bot avatar image URL for this post; empty means the tonk icon | no | — |
| footer | Footer text; defaults to the workflow name | no | — |
Outputs
no outputs