lazy-actions/Tweet Message Action
Tweet message to twitter
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 4, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: lazy-actions/tweet-action@1b68ecac2eeed9897dae8d9b794737b447f0b14b # 1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| message | Plain message to tweet | no | — |
| data | Parameters to render in template | no | — |
| data_filename | Filename where data is saved | no | — |
| template | Template string based on EJS | no | — |
| template_filename | Filename where template is written | no | — |
| oauth_consumer_key | API key for OAuth 1.0a | yes | — |
| oauth_consumer_secret | API secret for OAuth 1.0a | yes | — |
| oauth_token | Access token for OAuth 1.0a | yes | — |
| oauth_token_secret | Access token secret for OAuth 1.0a | yes | — |
Outputs
no outputs