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