mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 10:04:52 +00:00
Reformat
This commit is contained in:
@@ -83,7 +83,9 @@ function setPagesConfig({ staticSiteGenerator, generatorConfigFile, siteUrl }) {
|
|||||||
// Logging
|
// Logging
|
||||||
if (!isSupportedFileExtension) {
|
if (!isSupportedFileExtension) {
|
||||||
core.warning(
|
core.warning(
|
||||||
`Unsupported configuration file extension. Currently supported extensions: ${SUPPORTED_FILE_EXTENSIONS.map(ext => JSON.stringify(ext)).join(', ')}`,
|
`Unsupported configuration file extension. Currently supported extensions: ${SUPPORTED_FILE_EXTENSIONS.map(
|
||||||
|
ext => JSON.stringify(ext)
|
||||||
|
).join(', ')}`,
|
||||||
error
|
error
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user