jiacai2050/Mastodon Action
A GitHub Action to post new Mastodon status.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Mastodon access token | yes | — |
| instance | Mastodon instance URL (e.g., https://mastodon.social) | no | https://mastodon.social |
| status | The text content of the status to be posted. | no | — |
| visibility | Visibility of the status (public, unlisted, private, direct) | no | public |
Outputs
| name | description |
|---|---|
| id | ID of the newly created Mastodon status |
| url | URL of the newly created Mastodon status |
| content | Content of the newly created Mastodon status |
| created_at | Creation timestamp of the newly created Mastodon status |
| visibility | Visibility of the newly created Mastodon status |