Don't claim an empty/nonexistent file is invalid

This commit is contained in:
James M. Greene
2022-06-29 16:10:51 -05:00
parent ad72956e27
commit 314b9356a8

View File

@@ -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