Skip to content

Commit

Permalink
Fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca authored and GitHub committed Mar 30, 2023
1 parent 17109fe commit 905065c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 905065c

Please sign in to comment.