fjogeleit / yaml-update-action

Update YAML property with dynamic values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Action removes (wanted) quotes

shay-ul opened this issue · comments

Hi,
we are facing issues on our CD pipeline due to #525 , #526
All single/double quotes with he following values are being removed from our helm values file:
'Y', 'N', 'yes', 'no'
Is there any way to convert this behaviour to be set on a specific parameter? or to disable it with a specific parameter?
Thanks!

Update: also happens to regular double quotes - "

I will implement an option, to configure it explizit

I added a noCompatMode with default false, so it should now behave as before without changes anything.