Remove using url debug line
This commit is contained in:
@@ -31,8 +31,6 @@ runs:
|
|||||||
if [[ "$BASE_URL" != http://* && "$BASE_URL" != https://* ]]; then
|
if [[ "$BASE_URL" != http://* && "$BASE_URL" != https://* ]]; then
|
||||||
BASE_URL="https://${BASE_URL}"
|
BASE_URL="https://${BASE_URL}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Using url ${BASE_URL}/api/v1/deploy?site=${{ inputs.SITE_ID }}"
|
|
||||||
|
|
||||||
RESPONSE=$(curl -sS -X POST \
|
RESPONSE=$(curl -sS -X POST \
|
||||||
"${BASE_URL}/api/v1/deploy?site=${{ inputs.SITE_ID }}" \
|
"${BASE_URL}/api/v1/deploy?site=${{ inputs.SITE_ID }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user