Inconsequential change

This commit is contained in:
daz 2024-04-11 22:47:10 -06:00
parent ebf9707dff
commit 3e6b0e422f
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
}