Update android.yml

This commit is contained in:
zaednasr 2023-11-04 22:38:21 +01:00 committed by GitHub
parent 3a25dbc07b
commit d30ceb3f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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