mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Tweak comment
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -36734,7 +36734,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js') {
|
|||||||
return potentialConfigFile
|
return potentialConfigFile
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If none of them exist yet, default to returning the filename with the defaultExt extension
|
// If none of them exist yet, fall back to returning the filename with the defaultExt extension
|
||||||
return `./${fileBaseName}${defaultExt}`
|
return `./${fileBaseName}${defaultExt}`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ function detectOrDefaultConfigFile(fileBaseName, defaultExt = '.js') {
|
|||||||
return potentialConfigFile
|
return potentialConfigFile
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If none of them exist yet, default to returning the filename with the defaultExt extension
|
// If none of them exist yet, fall back to returning the filename with the defaultExt extension
|
||||||
return `./${fileBaseName}${defaultExt}`
|
return `./${fileBaseName}${defaultExt}`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user