Revert inconsequential change

This commit is contained in:
daz 2024-04-11 22:55:22 -06:00
parent 7d97cfadb0
commit b855ea8d07
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
}