Skip to content

fix: reference branch on .github/workflows/notify.yml #5

fix: reference branch on .github/workflows/notify.yml

fix: reference branch on .github/workflows/notify.yml #5

Workflow file for this run

# generate github action workflow that runs on every commit with EverythingSuckz/github-telegram-notify
name: Notify on Telegram
on: [push]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify the commit on Telegram
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'