mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 18:14:51 +00:00
Don't claim an empty/nonexistent file is invalid
This commit is contained in:
@@ -23,7 +23,7 @@ class ConfigParser {
|
||||
|
||||
validate() {
|
||||
if (!this.config) {
|
||||
core.info(`original raw configuration was invalid:\n${this.config}`)
|
||||
core.info(`original raw configuration was empty:\n${this.config}`)
|
||||
core.info('Generating a default configuration to start from...')
|
||||
|
||||
// Update the `config` property with a default configuration file
|
||||
|
||||
Reference in New Issue
Block a user