From 6ee815eee14659bc3039b4c4408fd29004d7efd8 Mon Sep 17 00:00:00 2001 From: Milorad Jovanovic Date: Thu, 3 Apr 2025 12:51:09 +0000 Subject: [PATCH] OCMP-5019 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c2265cb..ee48771 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ runs: BODY="${BODY}}" - curl -X POST "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration" \ + curl -v -X POST "https://${VELOCITY_API_DOMAIN}/v1/velocity/integration" \ -H "Authorization: Bearer ${{ inputs.token }}" \ -H "Content-Type: application/json" \ -d "$BODY"