From d30ceb3f29e45a68334054e1b1810a2c294107b7 Mon Sep 17 00:00:00 2001 From: zaednasr <75589932+zaednasr@users.noreply.github.com> Date: Sat, 4 Nov 2023 22:38:21 +0100 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 8c21aa1e..1598bbff 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -12,6 +12,18 @@ jobs: runs-on: ubuntu-latest steps: + - name: send telegram message on push or pull + uses: appleboy/telegram-action@master + with: + to: ${{ secrets.TELEGRAM_TO }} + 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}} - uses: actions/checkout@v3 - name: set up JDK 17 uses: actions/setup-java@v3