An open API service indexing awesome lists of open source software.

https://github.com/wildegor/tg-notification-action

Use github action for simple tg notifier in github actions
https://github.com/wildegor/tg-notification-action

cicd github-actions telegram telegram-bot

Last synced: about 2 months ago
JSON representation

Use github action for simple tg notifier in github actions

Awesome Lists containing this project

README

          

Smart Telegram Action

Can:
- Send message to chat
- Allow map specific nicknames to telegram's

Variables:
- TOKEN: bot token
- CHAT_ID: specific chat id (see, GET https://api.telegram.org/bot/getUpdates)
- MESSAGE: text payload
- MENTIONS: string json array like '[{"login":"WildEgor"}]'
- GITHUB2PROVIDER_MAP: github_nickname:telegram_nickname (for example: WildEgor:WILDEGOR)