kludge-cs/Gitcord Release Changelogger
Pipe changelog information from a GitHub release to Discord.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| avatar-url | Avatar URL to use for the Discord message sent to the webhook. | no | https://github.com/kludge-cs/gitcord-release-changelogger/raw/main/GitHub-Mark-120px-plus.png |
| release-body | Markdown body of the GitHub release. | yes | — |
| release-name | Name to use when sending the release to Discord. | yes | — |
| username | Username to use for the Discord message sent to the webhook. | no | GitHub Release |
| webhook-url | URL for the Discord webhook. Should be passed via secrets. If this isn't set, the action will do nothing with the payload output so you can use it yourself. | no | — |
Outputs
| name | description |
|---|---|
| fields | Array of parsed embed fields, extracted from the rest of the payload. |
| payload | JSON payload to be sent to the webhook, returned in case you wish to parse it further for other platforms. |
| api-result | JSON response body from Discord (IF `webhook-url` is set). |