From 49258fec9f9350eee46f247338870347fda49552 Mon Sep 17 00:00:00 2001 From: Milorad Jovanovic Date: Thu, 3 Apr 2025 13:12:21 +0000 Subject: [PATCH] OCMP-5019 --- action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/action.yml b/action.yml index ffb94b8..4b98e3f 100644 --- a/action.yml +++ b/action.yml @@ -43,11 +43,7 @@ runs: BODY="${BODY}}" - echo "$BODY" - T="${{ inputs.token }}" - echo "$T" - echo "" - curl -v -X POST "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration" \ + curl -v "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration" \ -H "Authorization: Bearer ${{ inputs.token }}" \ -H "Content-Type: application/json" \ -d "$BODY"