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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 20, 2021
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/kaviadigdarshan_whatsapp-actions@e80e25821c125346c5b3d5364f0c27e73ea7ace5 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pr_numberPull Request Number${{ github.event.pull_request.number }}
pr_titlePull Request Title${{ github.event.pull_request.title }}
pr_bodyPull Request Content${{ github.event.pull_request.body }}
issue_titleIssue Title${{ github.event.issue.title }}
issue_numberIssue Number${{ github.event.issue.number }}
issue_bodyIssue Body${{ github.event.issue.body }}
repo_fork_countNumber of Forks${{ github.event.repository.forks_count }}
repo_watch_countNumber of Watch${{ github.event.repository.watchers_count }}

no outputs