quinck-io/Discord Notifier
Send message notifications to Discord
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 6, 2026
- License
- None
Pinned Snippet
uses: quinck-io/actions-notify-discord@228953c32b02bf57172c1db835ed92c0afc7cee9 # v3.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhookUrl | Discord Webhook URL | yes | — |
| projectName | Name of the project | yes | — |
| needs | JSON-encoded needs context of the calling job, pass the toJson(needs) expression. The overall status and the list of failed jobs are derived from it. | yes | — |
| testResultsUrl | URL to test results | no | — |
| sonarProjectKey | SonarCloud project key | no | — |
| sonarUrl | SonarCloud url | no | — |
| sonarQualityGateStatus | Status of the SonarCloud Quality Gate | no | — |
| username | Username to display in the message | no | — |
| avatarUrl | URL to the avatar image | no | — |
Outputs
no outputs