ernanej/Action Discord Alerts

Send messages with Github Actions CI status to Discord

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
webhookDiscord webhook.yes
statusJob status. Should be bound to job.status. Default to success.no${{ job.status }}
contentStandard message outside the information card. Can be used to mention users.no
titleFor custom title only. By default it is filled with action job status.no
descriptionFor custom description only. By default it is filled with author and commit message.no
imageUrl of an Image that will be attached to the information cardno
thumbnailUrl of an thumbnail that will be attached to the information cardno
colorOverwrite the defined color for the info card highlight. By default this color is set by job status.no
usernameOverrides Discord webhook username. By default we have Github Action.no
avatar_urlOverrides Discord webhook avatar url. By default we have Github image url.no
event_infoDecide whether or not to display drill-downs for some information. By default it is shown.notrue
timestampControls whether to show the timestamp on the info card. Default pos is shown.notrue
verboseControls the sampling of some information when the script runs. For example, the payload that is assembled before being sent to discord.nofalse
custom_fieldsMake possible to specify any field do you wantno
hide_default_fieldsAllows specifying custom fields.no

no outputs