From 4c1c7d45f79aee751be43f7aa168e9e021fb7bab Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:08:02 +0200 Subject: [PATCH] test --- .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 3a62be41..039bab18 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -92,7 +92,7 @@ jobs: - name: Upload APK to Discord and Telegram shell: bash run: | - #Discord + # Discord commit_messages=$(echo "$COMMIT_LOG" | sed 's/%0A/\n/g; s/^/\n/') # Truncate commit messages if they are too long max_length=1900 # Adjust this value as needed