mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 16:16:09 +00:00
Fix missing space
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user