From 69281d87aa08f8c299bfa49e52e64090bb45f7ac Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:53:29 -0600 Subject: [PATCH] Update repo_health.yml --- .github/workflows/repo_health.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index 1542e99..3c7bed0 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -564,7 +564,8 @@ put_multiline("GUARDRAILS_DISALLOWED_DIRS", data.get("repo", {}).get("paths", {} with open(env_path, "a", encoding="utf-8") as w: w.write("GUARDRAILS_LOADED=true\n") -print("Guardrails definit +print("Guardrails definition loaded") +PY - name: Repo health checks env: