wilfierd/Discord Commit Notifier

Instantly send beautiful commit notifications to Discord when you push to GitHub

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
discord-webhookDiscord webhook URL for sending notificationsyes
github-tokenGitHub token for API access (for fetching user avatars)no${{ github.token }}
include-avatarInclude GitHub user avatar in Discord notificationnotrue
notification-titleCustom title for the notificationno🔔 New Commit Pushed
shaGit commit SHAno${{ github.sha }}
commit-messageCommit messageno${{ github.event.head_commit.message }}
commit-authorCommit author nameno${{ github.event.head_commit.author.name || github.actor }}
repositoryRepository nameno${{ github.repository }}
commit-urlCommit URLno${{ github.event.head_commit.url }}
repo-urlRepository URLno${{ github.event.repository.html_url }}
actorGitHub actorno${{ github.actor }}
branchBranch nameno${{ github.ref_name }}

no outputs