From 9fd2cccc461dd4b922c95697f6e7cf779bb8cda9 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:16:01 -0600 Subject: [PATCH] Update guardrails.yml --- .github/workflows/guardrails.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/guardrails.yml b/.github/workflows/guardrails.yml index 9413735..e78046d 100644 --- a/.github/workflows/guardrails.yml +++ b/.github/workflows/guardrails.yml @@ -190,7 +190,7 @@ jobs: # Emit report. { - echo "### Config guardrails report (JSON)" + echo "### Guardrails report (JSON)" echo "```json" printf '{"repository":"%s","profile":"%s","checked":{' "${GITHUB_REPOSITORY}" "${profile}" @@ -265,6 +265,6 @@ jobs: # Fail the workflow if required items are missing. if [ "${#missing[@]}" -gt 0 ] || [ "${#missing_files[@]}" -gt 0 ]; then - echo "ERROR: Config guardrails failed. Missing required configuration or script files." >> "${GITHUB_STEP_SUMMARY}" + echo "ERROR: Guardrails failed. Missing required configuration or script files." >> "${GITHUB_STEP_SUMMARY}" exit 1 fi