Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zaednasr committed Nov 10, 2023
2 parents 80edfbb + d30ceb3 commit 715120d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 715120d

Please sign in to comment.