minebarteksa/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: minebarteksa/discord-webhook@f65c0877830aec00555ae356821797ef16bde4a5 # v2.1tags 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