tenzin1308/Discord Notification
GitHub Action to send notification on Discord
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| discord-webhook-url | Bot user OAuth Access Token | yes | — |
| github-base-url | Base URL of your github | no | https://api.github.com |
| github-repo-owner | Owner of the repo | no | ${{ github.repository_name }} |
| github-repo-name | Name of the github repo | — | ${{ github.event.repository.name }} |
| github-token | Github Access Token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| discord-message | Message send to the discord |