Skip to content
arrow-up-circle

GitHub Action

VM Telegram notification

v0.20 Latest version

VM Telegram notification

arrow-up-circle

VM Telegram notification

Simple telegram notificator

Installation

Copy and paste the following snippet into your .yml file.

              

- name: VM Telegram notification

uses: VanyaMate/[email protected]

Learn more about this action in VanyaMate/github-action-telegram-notification

Choose a version

VM Telegram notificator

Simple github-action for notification in telegram

Inputs

success

Required Action status. Default error

tg_bot_token

Required Telegram bot auth-token

tg_chat_id

Required Telegram chat id

Outputs

Notified

Notified status

Example usage

  - uses: VanyaMate/[email protected]
    with:
      success: ${{ job.status }}
      tg_bot_token: ${{ secrets.TG_TOKEN_BOT }}
      tg_chat_id: ${{ secrets.TG_CHAT_ID }}