athul/Twilio with Python Action
Send sms to your mobile 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_num | The twilio number from which the sms should be sent | yes | — |
| to_num | The number which should receive the SMS | yes | — |
| twilio_account_sid | Twilio Account SID from twilio console | yes | — |
| twilio_auth_token | Twilio Authentication token from console | yes | — |
| iutitle | Issue Title | — | ${{ github.event.issue.title }} |
| iunum | Issue Number | — | ${{ github.event.issue.number }} |
| event_action | State of the issue/pr like closed or opened etc... | — | ${{ github.event.action }} |
| prnum | PR Number | — | ${{ github.event.pull_request.number }} |
| prtitle | Title of the PR | — | ${{ github.event.pull_request.title }} |
Outputs
no outputs