From b855ea8d077baaa1ce317e4382e4a85ebed426e8 Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 11 Apr 2024 22:55:22 -0600 Subject: [PATCH] Revert inconsequential change --- sources/src/job-summary.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/src/job-summary.ts b/sources/src/job-summary.ts index ec3a69e5..1b40f2b1 100644 --- a/sources/src/job-summary.ts +++ b/sources/src/job-summary.ts @@ -73,7 +73,7 @@ function buildWarningMessage(error: RequestError): string { return `${mainWarning} Please ensure that the 'pull-requests: write' permission is available for the workflow job. Note that this permission is never available for a workflow triggered from a repository fork. -` + ` } return mainWarning }