Fix missing space

This commit is contained in:
WofWca
2023-03-30 14:55:29 +08:00
committed by GitHub
parent 17109fe139
commit 905065c25d

View File

@@ -44,7 +44,7 @@ async function findOrCreatePagesSite({ githubToken, enablement = true }) {
if (!enablement) {
core.error(
'Get Pages site failed. Make sure a version of your website is already deployed'
+ 'on GitHub Pages, or consider setting `enablemet: true` for this action',
+ ' on GitHub Pages, or consider setting `enablemet: true` for this action',
error
)
throw error