From 4ac299e44ac7620634189afa46d6f4c33d335e9b Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:54:30 +0200 Subject: [PATCH] test: emoji --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 197a0242..e6e49ccf 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -269,7 +269,7 @@ jobs: "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument" \ -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \ -F "document=@$APK_PATH" \ - -F "caption=Alpha-Build: ${VERSION} + -F "caption=New Alpha-Build dropped 🔥 ${VERSION} ${telegram_commit_messages}" \ -F "parse_mode=HTML")