sarisia/Actions Status Discord
Post Github Actions CI status to Discord
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook | Discord webhook endpoint. If not set, env.DISCORD_WEBHOOK will be used. | no | — |
| status | Job status. Should be bound to job.status. Default to success. | no | ${{ job.status }} |
| job | Deprecated. Job name included in message title. Same as title input. | no | — |
| content | Content. Shown as an message outside of the embed. See [Mention to user/role](#mention-to-user-role) | no | — |
| title | String included in embed title. Overrides job input. | no | ${{ github.workflow }} |
| description | Description included in message | no | — |
| image | Image attached to the message | no | — |
| color | Overrides Discord embed color | no | — |
| url | URL to jump when the title is clicked | no | — |
| username | Overrides Discord webhook username | no | — |
| avatar_url | Overrides Discord webhook avatar url | no | — |
| nofail | This action won't make workflow failed by default. | no | true |
| nocontext | Suppress GitHub context fields | no | false |
| noprefix | Avoid appending job status to title | no | false |
| nodetail | Suppress detailed embed fields | no | false |
| notimestamp | Avoid appending timestamp | no | false |
| ack_no_webhook | Suppress error which raised when webhook is not set | no | false |
Outputs
| name | description |
|---|---|
| payload | Discord webhook payload |