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 GitHub

Trust Signals

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

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/github-suraj_git-action-alerts@869391e2a6ce298bd455cad50d3b21fe7d453420 # 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