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"