actions-marketplace-validations/Twilio-Whatsapp Action
Recieve repo notifications on your whatsapp when a push occurs in the master branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| from | The twilio whatsapp number from which the sms should be sent | yes | — |
| to | The number which is configured with twilio | yes | — |
| twilio_account_sid | Twilio Accout SID from twilio console | yes | — |
| twilio_auth | Twilio Authentication token from console | yes | — |
| iutitle | Issue Title | — | ${{ github.event.issue.title }} |
| iunum | Issue Number | — | ${{ github.event.issue.number }} |
| iu_actor | Issue Triggerer | — | ${{ github.event.issue.user.login }} |
| iu_body | Issue Body | — | ${{ github.event.issue.body }} |
| iu_com | Issue Comment | — | ${{github.event.comment.body}} |
| event_action | Current state of the issue/pull request | — | ${{ github.event.action }} |
| prnum | PR Number | — | ${{ github.event.pull_request.number }} |
| prtitle | PR Title | — | ${{ github.event.pull_request.title }} |
| pr_body | PR Content | — | ${{ github.event.pull_request.body }} |
| stargazers | Stars of the Repo | — | ${{ github.event.repository.stargazers_count }} |
| forkers | Number of Forks | — | ${{ github.event.repository.forks_count }} |
Outputs
no outputs