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
+1 -1
View File
@@ -15712,7 +15712,7 @@ function getRequiredVars() {
githubToken: core.getInput('token'), githubToken: core.getInput('token'),
staticSiteGenerator: core.getInput('static_site_generator'), staticSiteGenerator: core.getInput('static_site_generator'),
generatorConfigFile: core.getInput('generator_config_file'), generatorConfigFile: core.getInput('generator_config_file'),
enablement: core.getInput('enablement') !== 'true' enablement: core.getInput('enablement') === 'true'
} }
} }
+1 -1
View File
File diff suppressed because one or more lines are too long