From 75508e8e7536bf2eaef3f4e930ad2b86aa3f8711 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <1+jmiller@noreply.git.mokoconsulting.tech> Date: Wed, 20 May 2026 01:59:39 +0000 Subject: [PATCH] fix(ci): replace indented heredocs with python -c (act runner compat) The act runner doesn't support indented heredoc delimiters. Replace <<'PY' ... PY with python3 -c inline. Authored-by: Moko Consulting