fix: collapse python3 one-liner to fix YAML indentation error #14
Reference in New Issue
Block a user
Delete Branch "fix/release-yaml-indent"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Multi-line python3 -c "..." had unindented code outside the run: | block,
causing 'yaml: line 83: could not find expected :'. Collapsed to a single
indented line so the YAML parser sees it correctly.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com