You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
7131cf384a
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.