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 }