taroj1205/Discord Notification
Sends a rich, customizable Discord notification for GitHub Actions events.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_url | The Discord webhook URL. | yes | — |
| color | The decimal color of the embed. | no | 3447003 |
| title | The title of the embed. | yes | — |
| description | The description of the embed. Supports GitHub-flavored markdown. | yes | — |
| description_max_length | The maximum number of characters for the description. The description will be truncated with an ellipsis (...) if it exceeds this limit. | no | — |
| url | The URL the embed title links to. | no | — |
| image_url | The URL of the main image in the embed. | no | — |
| author_name | The name of the embed author. | no | — |
| author_url | The URL of the embed author. | no | — |
| author_icon_url | The icon URL of the embed author. | no | — |
| button_label | The label for the button. The button will only be shown if a URL is also provided. | no | View Details |
| branch_info | The branch information to display in a field (e.g., `head` -> `base`). | no | — |
Outputs
no outputs