actions-marketplace-validations/Discord Workflow Status Notifier
A GitHub action to report workflow and job status to a Discord Webhook
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Token | yes | — |
| discord-webhook | The WebHook URL to call. Should be stored in Secrets on the Repository | yes | — |
| username | Overrides the current username of the webhook | no | GitHub Actions |
| avatar-url | Overrides the current avatar of the webhook | no | https://avatars0.githubusercontent.com/u/44036562?s=200&v=4 |
| title | Overrides the default title. Include the status in the title by adding the {{STATUS}} placeholder. | no | — |
| description | The message to display. Include the status in the description by adding the {{STATUS}} placeholder | no | — |
| include-details | Whether or not to include the individual job status breakdown of the Workflow run | no | true |
| color-success | Overrides the default success color. Any valid hex-color-code. E.g. #17cf48, 17cf48, 0x17cf48 | no | 17cf48 |
| color-failure | Overrides the default failure color. Any valid hex-color-code. E.g. #17cf48, 17cf48, 0x17cf48 | no | e72727 |
| color-cancelled | Overrides the default cancelled color. Any valid hex-color-code. E.g. #17cf48, 17cf48, 0x17cf48 | no | d3d3d3 |
Outputs
no outputs