camunda / camunda-platform-helm

Camunda Platform 8 Self-Managed Helm charts
https://docs.camunda.io/docs/self-managed/overview/
Apache License 2.0
69 stars 127 forks source link

chore: fix workflow inputs print #2044

Closed houssain-barouni closed 3 days ago

houssain-barouni commented 4 days ago

Which problem does the PR fix?

The new inputs print is breaking this workflow https://github.com/camunda/camunda/actions/runs/9656735771/job/26637842094 . The workflow uses vault-secret-mapping input which is a multiline input including pipes, so it does not properly work with toJSON method.

What's in this PR?

Checklist

Please make sure to follow our Contributing Guide.

Before opening the PR:

After opening the PR:

aabouzaid commented 3 days ago

@houssain-barouni thanks for the fix :raised_hands: