Update repo_health.yml
This commit is contained in:
3
.github/workflows/repo_health.yml
vendored
3
.github/workflows/repo_health.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user