Closed davidkarlsen closed 2 years ago
uses: 'github/codeql-action/analyze@v2' # ratchet:exclude
becomes:
- name: Initialize CodeQL if: github.ref != 'refs/heads/master' - uses: 'github/codeql-action/init@v2' # ratchet:exclude + uses: 'exclude'
when running
ratchet update build.yaml
should preserve existing config
becomes invalid
0.2.0
Mac OS
N/A
Note that it actually works correct when running ratchet pin -out build-test.yaml build.yaml
ratchet pin -out build-test.yaml build.yaml
TL;DR
becomes:
when running
ratchet update build.yaml
Expected behavior
should preserve existing config
Observed behavior
becomes invalid
Version
0.2.0
On what operating system are you using ratchet?
Mac OS
CI/CD workflow file
Relevant log output
Additional information
N/A