From 193d48378d16613860e53ad394369b4dcfc1cedc Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:09:43 +0200 Subject: [PATCH] test: commit messages --- .github/workflows/beta.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 418b5e3e..3be31884 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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}" \