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