Skip to content

Commit 45c921e

Browse files
committed
Refactor build workflow to include commit message and commit link in Telegram notification
1 parent 841bbb9 commit 45c921e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
with:
5757
to: ${{ secrets.CHAT_ID }}
5858
token: ${{ secrets.BOT_TOKEN }}
59-
message: ${{github.event.head_commit.message}}
59+
message: |
60+
${{github.event.head_commit.message}}
61+
See changelog [here](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
6062
document: android/app/build/outputs/apk/release/Tech_Triangle-nightly-arm64-v8a.apk
6163

6264
- name: Upload Artifact

0 commit comments

Comments
 (0)