name: telegram message on: [push] jobs: notify: 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 }} disable_web_page_preview: true format: html message: | 🛠 ${{ github.actor }} created commit (${{github.sha}}) ${{ github.event.commits[0].message }} See changes