From ad72956e27305dbe85680fa6c5c465f32cdfbee3 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 29 Jun 2022 16:07:12 -0500 Subject: [PATCH] Use ' quotes --- src/config-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-parser.js b/src/config-parser.js index b5da032..94d8bc1 100644 --- a/src/config-parser.js +++ b/src/config-parser.js @@ -24,7 +24,7 @@ class ConfigParser { validate() { if (!this.config) { core.info(`original raw configuration was invalid:\n${this.config}`) - core.info(`Generating a default configuration to start from...`) + core.info('Generating a default configuration to start from...') // Update the `config` property with a default configuration file this.config = this.generateConfigFile()