Skip to content

GitHub actions: Telegram bot #1

GitHub actions: Telegram bot

GitHub actions: Telegram bot #1

Workflow file for this run

- name: Notify the commit on Telegram

Check failure on line 1 in .github/workflows/telegram.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/telegram.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'