Files
uutils.github.io/.github/workflows
Sylvestre Ledru 7131cf384a Fix YAML indentation in website workflow heredoc
The heredoc body for version.js was at column 0 while the surrounding
run block is indented 10 spaces, causing YAML to terminate the block
scalar and fail with 'Invalid workflow file' at line 146. Replace the
heredoc with a grouped echo block that respects the block indentation.
2026-04-13 09:17:26 +02:00
..