test: commit messages

This commit is contained in:
ibo
2024-06-23 22:09:43 +02:00
committed by GitHub
parent addf730161
commit 193d48378d

View File

@@ -253,7 +253,6 @@ jobs:
# Send Telegram message with APK upload
if [ "$SKIP_BUILDING_APK" != "true" ]; then
commit_messages=$(echo "$COMMIT_LOG" | sed 's/[ ]*\[.*$//')
curl -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \
-F "document=@app/build/outputs/apk/google/alpha/app-google-alpha.apk" \
-F "caption=Alpha-Build: ${VERSION}: ${commit_messages}" \