diff --git a/sources/src/job-summary.ts b/sources/src/job-summary.ts index 1b40f2b1..ec3a69e5 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 }