From 32898c4a69c04aad65d9831e8a407e0898eec508 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:45:47 -0600 Subject: [PATCH] Update repo_health.yml --- .github/workflows/repo_health.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/repo_health.yml b/.github/workflows/repo_health.yml index f66bdc6..3319b34 100644 --- a/.github/workflows/repo_health.yml +++ b/.github/workflows/repo_health.yml @@ -104,8 +104,7 @@ jobs: lines.push(`Allowed: ${allowed}`); lines.push(""); lines.push("Policy: This workflow runs only for users with admin permission on the repository."); - await core.summary.addRaw(lines.join(" -")).write(); + await core.summary.addRaw(lines.join("\n")).write(); - name: Deny execution when not permitted if: ${{ steps.perm.outputs.allowed != 'true' }}