You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a problem with yq, but with the YAML parser that it uses. PyYAML does not support YAML 1.2, which eliminated the broken behavior that you point out. Feel free to upvote the issue at yaml/pyyaml#116.
Hi, kudos for the project. It is really useful to me.
However, i just bumped into an issue. while converting a specific key.
on:
gets translated totrue
.Environment
Reproducible steps, using
yq
own test files:Output:
The text was updated successfully, but these errors were encountered: