We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841bbb9 commit 45c921eCopy full SHA for 45c921e
.github/workflows/build.yml
@@ -56,7 +56,9 @@ jobs:
56
with:
57
to: ${{ secrets.CHAT_ID }}
58
token: ${{ secrets.BOT_TOKEN }}
59
- message: ${{github.event.head_commit.message}}
+ message: |
60
+ ${{github.event.head_commit.message}}
61
+ See changelog [here](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
62
document: android/app/build/outputs/apk/release/Tech_Triangle-nightly-arm64-v8a.apk
63
64
- name: Upload Artifact
0 commit comments