From 756b2036ccf26c67c0faa4b9ad439a477224abd5 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Wed, 27 Apr 2022 18:05:03 +0800 Subject: [PATCH] chore: adjust workflows --- .github/workflows/alpha.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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