mirror of
https://github.com/Nezumi-2711/revanced-apk-build.git
synced 2026-09-22 20:02:00 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fbf816533d | ||
|
|
d6582d2d63 | ||
|
|
1a2af75601 | ||
|
|
6b33d5841d |
@@ -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}')" \
|
||||
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
echo "'$UPDATE_CFG'"
|
||||
echo "SHOULD_BUILD=1" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "SHOULD_BUILD=1" >> $GITHUB_OUTPUT
|
||||
echo "SHOULD_BUILD=0" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user