Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Oct 30, 2024
1 parent e1db834 commit f2b1019
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,13 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_TO_ID }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
disable_notification: false
disable_web_page_preview: true
message: ✅ **Версия(Сборка)** \n Ветка
message: |
✅ **Версия(Сборка)**
Ветка:
Коммит: ${{ github.event.commits[0] }}
document: app/build/outputs/apk/**/*.apk

0 comments on commit f2b1019

Please sign in to comment.