chore: cascade main → dev (fb64c17) [skip ci] #18

Merged
jmiller merged 3 commits from main into dev 2026-05-20 02:00:57 +00:00

3 Commits

Author SHA1 Message Date
jmiller fb64c176fe fix(ci): replace python heredoc with python -c (act runner compat)
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 3s
Indented heredoc delimiters are not supported by the act runner.

Authored-by: Moko Consulting
2026-05-20 02:00:53 +00:00
jmiller 75508e8e75 fix(ci): replace indented heredocs with python -c (act runner compat)
Universal: Cascade Main → Dev / Cascade main → branches (push) Failing after 1s
Generic: Repo Health / Access control (push) Successful in 1s
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Scripts governance (push) Successful in 3s
Generic: Repo Health / Repository health (push) Failing after 3s
Generic: Repo Health / Release configuration (push) Failing after 28s
The act runner doesn't support indented heredoc delimiters.
Replace <<'PY' ... PY with python3 -c inline.

Authored-by: Moko Consulting
2026-05-20 01:59:39 +00:00
jmiller 6b395323de fix(ci): guard empty env var reads with conditional check
Universal: Cascade Main → Dev / Cascade main → branches (push) Failing after 1s
IFS read on empty heredoc string returns exit code 1-2 in some
bash versions. Use if-else guard instead.

Authored-by: Moko Consulting
2026-05-20 01:54:29 +00:00