Skip to content

Update main.yml

Update main.yml #2

Workflow file for this run

name: Telegram message
on: [push]
jobs:
build:
name: Send Telegram message
runs-on: ubuntu-latest
steps:
- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: Sent from GitHub