Update repo_health.yml

This commit is contained in:
2025-12-30 14:45:47 -06:00
parent fcb8e4f828
commit 32898c4a69

View File

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