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}<