Remove using url debug line

This commit is contained in:
2026-05-07 17:03:13 +02:00
parent 3c1f1638e2
commit 4814beee5b
-2
View File
@@ -31,8 +31,6 @@ runs:
if [[ "$BASE_URL" != http://* && "$BASE_URL" != https://* ]]; then
BASE_URL="https://${BASE_URL}"
fi
echo "Using url ${BASE_URL}/api/v1/deploy?site=${{ inputs.SITE_ID }}"
RESPONSE=$(curl -sS -X POST \
"${BASE_URL}/api/v1/deploy?site=${{ inputs.SITE_ID }}" \