the-gophers/Tweeter Action
Simple action to send a tweet via an GitHub Action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| message | message you want to tweet | yes | — |
| apiKey | api key for Twitter api | yes | — |
| apiKeySecret | api key secret for Twitter api | yes | — |
| accessToken | access token for Twitter api | yes | — |
| accessTokenSecret | access token secret for Twitter api | yes | — |
Outputs
| name | description |
|---|---|
| errorMessage | if something went wrong, the error message |
| sentMessage | message sent to Twitter |