Skip to content

appzic/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Reusable GitHub Actions

Actions

Telegram Send Message

Sends a message to a Telegram chat using a bot.

Inputs

  • token: Telegram bot token (required)
  • chat_id: Telegram chat ID (required)
  • message: The message to send (required)

Example Usage

uses: appzic/github-actions/telegram-send-message@89b399445b62d18c0e2b1fae9502704611dba25c
with:
  token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
  chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}
  message: "Hello from GitHub Actions!"

License

This project is licensed under the MIT License. See the LICENSE file for details

About

Reusable GitHub Actions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published