kaviadigdarshan/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: kaviadigdarshan/whatsapp-actions@30e72ee9df4ba442e64330576de12170524df327 # v1.1

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