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"