wilfierd/Discord Commit Notifier
Instantly send beautiful commit notifications to Discord when you push to GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| discord-webhook | Discord webhook URL for sending notifications | yes | — |
| github-token | GitHub token for API access (for fetching user avatars) | no | ${{ github.token }} |
| include-avatar | Include GitHub user avatar in Discord notification | no | true |
| notification-title | Custom title for the notification | no | 🔔 New Commit Pushed |
| sha | Git commit SHA | no | ${{ github.sha }} |
| commit-message | Commit message | no | ${{ github.event.head_commit.message }} |
| commit-author | Commit author name | no | ${{ github.event.head_commit.author.name || github.actor }} |
| repository | Repository name | no | ${{ github.repository }} |
| commit-url | Commit URL | no | ${{ github.event.head_commit.url }} |
| repo-url | Repository URL | no | ${{ github.event.repository.html_url }} |
| actor | GitHub actor | no | ${{ github.actor }} |
| branch | Branch name | no | ${{ github.ref_name }} |
Outputs
no outputs