From 3e6b0e422fc25e5bcf8e9e30be996fbf6b2c6dee Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 11 Apr 2024 22:47:10 -0600 Subject: [PATCH] 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 1b40f2b..ec3a69e 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 }