From 4814beee5b40aca8b9d4b5d41379affba54cc4d3 Mon Sep 17 00:00:00 2001 From: KartoffelChipss <4+kartoffelchipss@noreply.git.fish> Date: Thu, 7 May 2026 17:03:13 +0200 Subject: [PATCH] Remove using url debug line --- action.yml | 2 -- 1 file changed, 2 deletions(-) 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 }}" \