Compare commits

...
1 Commits
13 ... 14
Author SHA1 Message Date
nezumi ae43197aa0 update config 2025-01-22 18:59:05 +07:00
+2 -2
View File
@@ -181,7 +181,7 @@ jobs:
${APKS}
"
# Function to split messages by line and send them
# Function to split messages properly by ensuring correct Markdown formatting
send_discord_message() {
local message="$1"
local buffer=""
@@ -194,7 +194,7 @@ jobs:
"$DISCORD_WEBHOOK_URL"
buffer=""
fi
buffer+="$line\n"
buffer+="${line}\n"
done <<< "$message"
# Send any remaining content in the buffer