Skip to content
code

GitHub Action

Simple Telegram send

v1 Latest version

Simple Telegram send

code

Simple Telegram send

Send it straightforwardly to Telegram

Installation

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

              

- name: Simple Telegram send

uses: opa-oz/simple-telegram-send@v1

Learn more about this action in opa-oz/simple-telegram-send

Choose a version

Simple Telegram send

Coverage

Send it straightforwardly to Telegram

  • No Dockerfile / Docker-image
  • No external dependencies (works with vanilla actions runner)
  • No functionality Simple to use! 🥳

Usage

- name: Simple Telegram send
  uses: yakubique/simple-telegram-send@v1
  with:
    token: ${{ secrets.TELEGRAM_TOKEN }}
    to: ${{ secrets.TELEGRAM_CHAT_ID }}
    message: "Hello, world!"

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
token string true Telegram bot's authorization token.
to string true Unique identifier or username of the
target Telegram chat.
message string false "Ping from ${{ github.repository }}" Text message to send.

ko-fi