Minor formatting fix

This commit is contained in:
daz 2024-04-12 00:39:23 -06:00
parent 5893d44739
commit feb10e7858
No known key found for this signature in database

View file

@ -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
}