Update build.yml

This commit is contained in:
Loi Phan
2025-02-03 16:47:06 +07:00
committed by GitHub
parent d6582d2d63
commit fbf816533d
+3 -3
View File
@@ -190,9 +190,9 @@ jobs:
-d "$(jq -n --arg content "$MSG" '{content: $content}')" \
"$DISCORD_WEBHOOK_URL"
curl -X POST -H "Content-Type: application/json" \
-d "$(jq -n --arg content "$MODULES_MSG" '{content: $content}')" \
"$DISCORD_WEBHOOK_URL"
# curl -X POST -H "Content-Type: application/json" \
# -d "$(jq -n --arg content "$MODULES_MSG" '{content: $content}')" \
# "$DISCORD_WEBHOOK_URL"
curl -X POST -H "Content-Type: application/json" \
-d "$(jq -n --arg content "$APKS_MSG" '{content: $content}')" \