From 8ad05e16c5bb0f8f6742b832d0c1bfb9b1b7fc87 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:03:13 +0200 Subject: [PATCH] this is your last chance hector --- .github/workflows/beta.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index e6e49ccf..31ec75ed 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -269,9 +269,10 @@ jobs: "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument" \ -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \ -F "document=@$APK_PATH" \ - -F "caption=New Alpha-Build dropped 🔥 ${VERSION} + -F "caption=New Alpha-Build dropped 🔥 - ${telegram_commit_messages}" \ + ${telegram_commit_messages} + version ${VERSION}" \ -F "parse_mode=HTML") else echo "APK file not found at $APK_PATH"