This action allow you run a local telegram bot server in workflows.
With this action, you'll unlock some limitations, details in here. If you only need do something about telegram in github workflows, like upload a larger(bigger than 50MB) app to telegram channel when build finished, it's a good choice.
api_id
- Telegram api_id, required.api_hash
- Telegram api_hash, required.server-port
- Local server port to deploy, optional, default to8088
.
server
- Server address. it will behttp://127.0.0.1:8088
ifserver-port
not changed.
Only support Ubuntu
now. Not support Windows
and macOS
yet.
The scripts and documentation in this project are released under the MIT License.