Update distributables

This commit is contained in:
James M. Greene
2023-01-30 12:29:45 -06:00
parent a8216d627c
commit 12fd9a085c
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -15712,7 +15712,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'
}
}