From feb10e7858f4bbc63db0f24ae50f649def7956ba Mon Sep 17 00:00:00 2001 From: daz Date: Fri, 12 Apr 2024 00:39:23 -0600 Subject: [PATCH] Minor formatting fix --- 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 }