nobrayner/Discord Workflow Status Notifier

A GitHub action to report workflow and job status to a Discord Webhook

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenGitHub Tokenyes
discord-webhookThe WebHook URL to call. Should be stored in Secrets on the Repositoryyes
usernameOverrides the current username of the webhooknoGitHub Actions
avatar-urlOverrides the current avatar of the webhooknohttps://avatars0.githubusercontent.com/u/44036562?s=200&v=4
titleOverrides the default title. Include the status in the title by adding the {{STATUS}} placeholder.no
descriptionThe message to display. Include the status in the description by adding the {{STATUS}} placeholderno
include-detailsWhether or not to include the individual job status breakdown of the Workflow runnotrue
color-successOverrides the default success color. Any valid hex-color-code. E.g. #17cf48, 17cf48, 0x17cf48no17cf48
color-failureOverrides the default failure color. Any valid hex-color-code. E.g. #17cf48, 17cf48, 0x17cf48noe72727
color-cancelledOverrides the default cancelled color. Any valid hex-color-code. E.g. #17cf48, 17cf48, 0x17cf48nod3d3d3

no outputs