tristanbudd/Discord Commit Message Webhook
Send a customizable Discord embed via webhook on each commit push, notifying users of the latest changes instantly.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | Discord Webhook URL | yes | — |
| github-token | GitHub token for accessing commit data (ONLY REQUIRED FOR CHANGED FILES) | no | — |
| text-content | Text content to send with the embed | no | — |
| embed-title | Title for the embed | no | — |
| embed-description | Description for the embed | no | — |
| embed-colour | Embed colour in hex, e.g. #FFFFFF for white | no | #FFFFFF |
| embed-author-name | Author name in the embed | no | — |
| embed-author-icon-url | URL of the author icon in the embed | no | — |
| embed-author-url | URL of the author in the embed | no | — |
| embed-thumbnail-url | URL of thumbnail image in embed | no | — |
| embed-image-url | URL of image to display in embed | no | — |
| embed-footer-text | Footer text in the embed | no | — |
| embed-footer-icon-url | URL of the footer icon in the embed | no | — |
| embed-footer-timestamp | Show timestamp in the embed footer | no | true |
| show-commit-message | Show commit message in embed | no | true |
| show-changed-files | Show list of changed files (Requires github-token) | no | false |
| show-commit-branch | Show commit branch in embed | no | true |
| show-commit-author | Show commit author in embed | no | true |
| show-commit-link | Show link to commit in embed | no | true |
Outputs
no outputs