Skip to content

Commit

Permalink
Don't claim an empty/nonexistent file is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and James M. Greene committed Jun 29, 2022
1 parent ad72956 commit 314b935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 314b935

Please sign in to comment.