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(`Allowed: ${allowed}`);
|
||||||
lines.push("");
|
lines.push("");
|
||||||
lines.push("Policy: This workflow runs only for users with admin permission on the repository.");
|
lines.push("Policy: This workflow runs only for users with admin permission on the repository.");
|
||||||
await core.summary.addRaw(lines.join("
|
await core.summary.addRaw(lines.join("\n")).write();
|
||||||
")).write();
|
|
||||||
|
|
||||||
- name: Deny execution when not permitted
|
- name: Deny execution when not permitted
|
||||||
if: ${{ steps.perm.outputs.allowed != 'true' }}
|
if: ${{ steps.perm.outputs.allowed != 'true' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user