up-mods/Discord Release
Posts a message to a Discord webhook with links to GitHub, Curseforge and Modrinth projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-name | The name of the project | no | — |
| version | The display version | no | ${{ github.ref_name }} |
| sourcecode-url | The source code repository to link to | no | ${{ github.server_url }}/${{ github.repository }} |
| webhook-url | The webhook URL to send the message to | yes | — |
| webhook-username | The display name for the webhook | no | Mod Updates |
| webhook-avatar-url | The URL to use for the webhook's avatar image | no | — |
| thumbnail-url | The URL of the thumbnail to use | no | — |
| notification-role-id | The role ID to ping for notifications | no | 918884941461352469 |
| ping-notification-role | Whether to ping the notification role, by default will only ping if the version is not a pre-release | no | — |
| curseforge-project-id | The project ID on CurseForge to link to | — | — |
| modrinth-project-id | The project ID on Modrinth to link to | no | — |
| sourcecode-emoji | The emoji to use for the source code link | no | <:github:1231714921331425310> |
| curseforge-emoji | The emoji to use for Curseforge | no | <:curseforge:1231714919561429023> |
| modrinth-emoji | The emoji to use for Modrinth | no | <:modrinth:1231714923503943710> |
Outputs
| name | description |
|---|---|
| message | The message that was sent to the webhook |
| response_status | The status code received from the webhook |