From 0be2099aaec5dc511eb68b1e356f6778fd50ca7f Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:51:23 -0600 Subject: [PATCH] Update repo_health.yml --- .github/workflows/repo_health.yml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index 1c1692e..1542e99 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -147,6 +147,7 @@ jobs: python3 - <<'PY' import json import os +import uuid path = "/tmp/repo_guardrails.definition.json" with open(path, "r", encoding="utf-8") as f: @@ -158,11 +159,12 @@ if not env_path: def put_multiline(key: str, values): vals = [str(v) for v in (values or []) if str(v).strip()] + marker = f"EOF_{uuid.uuid4().hex}" with open(env_path, "a", encoding="utf-8") as w: - w.write(f"{key}<