actions-marketplace-validations/Composite Discord Webhooks
A composite Github Action for sending messages through Discord's Webhooks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 13, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/minebarteksa_discord-webhook@ec25937c709e62d4c710070fe00163f5c41f9509 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook | Webhook URL | yes | — |
| content | Message content | no | "" |
| username | Message author username | no | "" |
| avatar_url | Message author avatar | no | "" |
| tts | Message TTS flag | no | false |
| allowed_mentions | Comma-separated list of allowed mention types | no | "" |
| allowed_user_mentions | Comma-separated list of user id, that are allowed to be mentioned | no | "" |
| allowed_role_mentions | Comma-separated list of role id, that are allowed to be mentioned | no | "" |
| embed | JSON or YAML string of the embed object or array | no | "" |
| component | JSON or YAML string of the component object or array | no | "" |
| attachment | JSON or YAML string of the attachment object or array with aditional file field indicating the path to the file | no | "" |
Outputs
no outputs