diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index b5a1a7f4..ea859c42 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -57,15 +57,15 @@ jobs: files: bin/* prerelease: true - - name: send telegram message on push - uses: appleboy/telegram-action@master - with: - to: ${{ secrets.TTELEGRAM_CHAT_ID }} - token: ${{ secrets.TELEGRAM_TOKEN }} - message: | - ${{ github.actor }} created commit: - Commit message: ${{ github.event.commits[0].message }} - - Repository: ${{ github.repository }} - - See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}} \ No newline at end of file +# - name: send telegram message on push +# uses: appleboy/telegram-action@master +# with: +# to: ${{ secrets.TTELEGRAM_CHAT_ID }} +# token: ${{ secrets.TELEGRAM_TOKEN }} +# message: | +# ${{ github.actor }} created commit: +# Commit message: ${{ github.event.commits[0].message }} +# +# Repository: ${{ github.repository }} +# +# See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}} \ No newline at end of file