diff --git a/action.yml b/action.yml index cbc1912..2ca0ad0 100644 --- a/action.yml +++ b/action.yml @@ -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 }}" \