athul/Twilio with Python Action

Send sms to your mobile when a push occurs in the master branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
from_numThe twilio number from which the sms should be sentyes
to_numThe number which should receive the SMSyes
twilio_account_sidTwilio Account SID from twilio consoleyes
twilio_auth_tokenTwilio Authentication token from consoleyes
iutitleIssue Title${{ github.event.issue.title }}
iunumIssue Number${{ github.event.issue.number }}
event_actionState of the issue/pr like closed or opened etc...${{ github.event.action }}
prnumPR Number${{ github.event.pull_request.number }}
prtitleTitle of the PR${{ github.event.pull_request.title }}

no outputs