This action send a messages to Telegram chat
Required The Bot token ID
Required Unique identifier for the target chat or username
Required The Bot token ID
Send Markdown, MarkdownV2 or HTML. Default: MarkdownV2
Disables link previews for links in this message. Default false
Sends the message silently. Default false
A JSON of the alert response
uses: metalpoch/telegram-alerts-action@v1
with:
bot-token-id: ${{ secrets.TELEGRAM_TOKEN_ID }}
chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
text: "<b>${{ github.ref_name }} - ${{ github.sha }}</b>
<pre lenguage='python'>print('hello world')</pre>
<a href='https://pochland.com.ve'>Pochland</a>"
parse-mode: HTML
disable-notification: true
disable-web-page-preview: true