Skip to content

Commit

Permalink
Refactor build workflow to include commit message and commit link in …
Browse files Browse the repository at this point in the history
…Telegram notification
  • Loading branch information
codeAbinash committed Oct 28, 2024
1 parent 841bbb9 commit 45c921e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
with:
to: ${{ secrets.CHAT_ID }}
token: ${{ secrets.BOT_TOKEN }}
message: ${{github.event.head_commit.message}}
message: |
${{github.event.head_commit.message}}
See changelog [here](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
document: android/app/build/outputs/apk/release/Tech_Triangle-nightly-arm64-v8a.apk

- name: Upload Artifact
Expand Down

0 comments on commit 45c921e

Please sign in to comment.