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
Owner

Automatic cascade

Forward-merging main (fb64c17) into dev.

If conflicts exist, resolve manually and merge.

Auto-created by Cascade Main → Dev.

## Automatic cascade Forward-merging `main` (fb64c17) into `dev`. If conflicts exist, resolve manually and merge. > Auto-created by **Cascade Main → Dev**.
jmiller added 3 commits 2026-05-20 02:00:57 +00:00
fix(ci): guard empty env var reads with conditional check
Universal: Cascade Main → Dev / Cascade main → branches (push) Failing after 1s
6b395323de
IFS read on empty heredoc string returns exit code 1-2 in some
bash versions. Use if-else guard instead.

Authored-by: Moko Consulting
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
75508e8e75
The act runner doesn't support indented heredoc delimiters.
Replace <<'PY' ... PY with python3 -c inline.

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

Authored-by: Moko Consulting
jmiller merged commit 33d5dac060 into dev 2026-05-20 02:00:57 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/moko-platform#18