jiacai2050/Telegraph Action
A GitHub Action to create a Telegraph post from a markdown file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Telegraph access token | yes | — |
| title | Title of the telegraph post | yes | — |
| body | The content of the telegraph post in markdown format. | no | — |
| body-file | The path to the markdown file containing the content of the telegraph post. | no | — |
| author-name | Name of the author | no | GitHub Actions |
| author-url | URL of the author | no | "" |
| chat-id | Chat ID to which the URL of the newly created Telegraph post will be sent. | no | — |
| telegram-token | Telegram bot token used to send the Telegraph post URL to the specified chat ID. | no | — |
Outputs
| name | description |
|---|---|
| url | URL of the created telegraph post |
| title | Title of the created telegraph post |
| description | Description of the created telegraph post |