actions-marketplace-validations/Github Actions Alerts
Send a rich-formatted message on the user's Whatsapp number whenever there is a change in repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 27, 2021
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/github-suraj_git-action-alerts@869391e2a6ce298bd455cad50d3b21fe7d453420 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pr_number | Pull Request Number | — | ${{ github.event.pull_request.number }} |
| pr_title | Pull Request Title | — | ${{ github.event.pull_request.title }} |
| pr_body | Pull Request Content | — | ${{ github.event.pull_request.body }} |
| issue_title | Issue Title | — | ${{ github.event.issue.title }} |
| issue_number | Issue Number | — | ${{ github.event.issue.number }} |
| issue_body | Issue Body | — | ${{ github.event.issue.body }} |
| repo_fork_count | Number of Forks | — | ${{ github.event.repository.forks_count }} |
| repo_watch_count | Number of Watch | — | ${{ github.event.repository.watchers_count }} |
Outputs
no outputs