sarisia/Actions Status Discord

Post Github Actions CI status to Discord

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
webhookDiscord webhook endpoint. If not set, env.DISCORD_WEBHOOK will be used.no
statusJob status. Should be bound to job.status. Default to success.no${{ job.status }}
jobDeprecated. Job name included in message title. Same as title input.no
contentContent. Shown as an message outside of the embed. See [Mention to user/role](#mention-to-user-role)no
titleString included in embed title. Overrides job input.no${{ github.workflow }}
descriptionDescription included in messageno
imageImage attached to the messageno
colorOverrides Discord embed colorno
urlURL to jump when the title is clickedno
usernameOverrides Discord webhook usernameno
avatar_urlOverrides Discord webhook avatar urlno
nofailThis action won't make workflow failed by default.notrue
nocontextSuppress GitHub context fieldsnofalse
noprefixAvoid appending job status to titlenofalse
nodetailSuppress detailed embed fieldsnofalse
notimestampAvoid appending timestampnofalse
ack_no_webhookSuppress error which raised when webhook is not setnofalse
namedescription
payloadDiscord webhook payload