Skip to content

Update README.md

Update README.md #24

Workflow file for this run

name: Notifier
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
notifyTelegram:
runs-on: ubuntu-latest
steps:
- name: send custom message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
"Issue ${{ github.event.action }}: \n${{ github.event.issue.html_url }}"