Remove using url debug line
This commit is contained in:
@@ -32,8 +32,6 @@ runs:
|
|||||||
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 }}" \
|
||||||
-H "Authorization: Bearer ${DEPLOY_TOKEN}" \
|
-H "Authorization: Bearer ${DEPLOY_TOKEN}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user