Sending message via Telegram bot to a group on github updates
I need to send message whenever i push into my repository on github. The following code is in gihub actions tg-notify.yml : name: tg-notify on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Update status uses: appleboy/telegram-action@master with: to:…