mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-29 17:34:52 +00:00
Use ' quotes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user