Merge branch 'main' into test-set-pages-config

This commit is contained in:
James M. Greene
2023-02-01 11:00:11 -06:00
committed by GitHub
4 changed files with 8 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ function getRequiredVars() {
githubToken: core.getInput('token'),
staticSiteGenerator: core.getInput('static_site_generator'),
generatorConfigFile: core.getInput('generator_config_file'),
enablement: core.getInput('enablement') !== 'true'
enablement: core.getInput('enablement') === 'true'
}
}