fix: collapse python3 one-liner to fix YAML indentation error #14

Merged
josh merged 1 commits from fix/release-yaml-indent into dev 2026-03-28 13:58:27 -04:00
Owner

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

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>
josh added 1 commit 2026-03-28 13:58:10 -04:00
fix: collapse python3 one-liner to fix YAML indentation error
All checks were successful
CI / test (pull_request) Successful in 13s
CI / build-dev (pull_request) Has been skipped
10e25e1803
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>
josh scheduled this pull request to auto merge when all checks succeed 2026-03-28 13:58:13 -04:00
josh merged commit dd47d5006e into dev 2026-03-28 13:58:26 -04:00
josh deleted branch fix/release-yaml-indent 2026-03-28 13:58:27 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: josh/Catalyst#14