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
@@ -32,8 +32,6 @@ runs:
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 }}" \
-H "Authorization: Bearer ${DEPLOY_TOKEN}" \