sethvargo / ratchet

A tool for securing CI/CD workflows with version pinning.
Apache License 2.0
769 stars 32 forks source link

feat: add flag to undo newline changes caused by yaml formatter #53

Closed dcreey closed 1 year ago

dcreey commented 1 year ago

This change introduces a new flag flagExperimentalFormatNewlines for the pin, update, and unpin commands. This flag enables a feature to undo formatting changes that resulted in removed newlines.

dcreey commented 1 year ago

Updated the docs and added the env var.