actions-marketplace-validations/Whatsapp Actions for Github
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 20, 2021
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/kaviadigdarshan_whatsapp-actions@e80e25821c125346c5b3d5364f0c27e73ea7ace5 # 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