diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml deleted file mode 100644 index d8e72c7..0000000 --- a/.github/workflows/notify.yml +++ /dev/null @@ -1,19 +0,0 @@ -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: | - new commit created (${{ github.actor }}) - ${{ github.event.commits[0].message }} - - see changes \ No newline at end of file