mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 13:38:52 +00:00
update config
This commit is contained in:
@@ -181,7 +181,7 @@ jobs:
|
|||||||
${APKS}
|
${APKS}
|
||||||
"
|
"
|
||||||
|
|
||||||
# Function to split messages by line and send them
|
# Function to split messages properly by ensuring correct Markdown formatting
|
||||||
send_discord_message() {
|
send_discord_message() {
|
||||||
local message="$1"
|
local message="$1"
|
||||||
local buffer=""
|
local buffer=""
|
||||||
@@ -194,7 +194,7 @@ jobs:
|
|||||||
"$DISCORD_WEBHOOK_URL"
|
"$DISCORD_WEBHOOK_URL"
|
||||||
buffer=""
|
buffer=""
|
||||||
fi
|
fi
|
||||||
buffer+="$line\n"
|
buffer+="${line}\n"
|
||||||
done <<< "$message"
|
done <<< "$message"
|
||||||
|
|
||||||
# Send any remaining content in the buffer
|
# Send any remaining content in the buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user