Send a message to a Telegram user or group from within a GitHub Actions workflow
Get a Telegram bot token and the chat-id of the user/group you want to send a message to: Create a new Telegram bot
Required Your Telegram bot token.
Required The chat-id of a Telegram user or group
Required Your text message
The response from Telegram
uses: p4irin/action-send-telegram@v1
with:
telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
telegram-chat-id: ${{ secrets.TELEGRAM_CHAT_ID}}
message: 'Your message here'