mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 10:04:52 +00:00
Fix missing space
This commit is contained in:
@@ -44,7 +44,7 @@ async function findOrCreatePagesSite({ githubToken, enablement = true }) {
|
|||||||
if (!enablement) {
|
if (!enablement) {
|
||||||
core.error(
|
core.error(
|
||||||
'Get Pages site failed. Make sure a version of your website is already deployed'
|
'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
|
error
|
||||||
)
|
)
|
||||||
throw error
|
throw error
|
||||||
|
|||||||
Reference in New Issue
Block a user