1
0
Notification to Telegram chat about GitHub Action workflow status with customizable messages
Go to file
2024-10-27 11:12:47 +01:00
.gitignore test composite 2022-11-23 23:00:38 +03:00
action.yaml simplify action 2023-10-21 13:12:47 +02:00
LICENSE simplify action 2023-10-21 13:12:47 +02:00
main.py simplify action 2023-10-21 13:12:47 +02:00
README.md README.md aktualisiert 2024-10-27 11:12:47 +01:00

telegram-notification

Notification to Telegram chat about Gitea Action workflow status

Usage

To be notified in the Telegram chat about the results of a wokflow, add the next step to the end of your wokflow:

- name: Send message
  uses: action/telegram-notification@main
  if: always()
  with:
    chat_id: ${{ secrets.TG_CHAT_ID }}
    token: ${{ secrets.TG_TOKEN }}

where chat_id is the chat ID and token is the token of the telegram bot