Skip to content

Commit 12fd9a0

Browse files
committed
Update distributables
1 parent a8216d6 commit 12fd9a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎dist/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15712,7 +15712,7 @@ function getRequiredVars(){
1571215712
githubToken: core.getInput('token'),
1571315713
staticSiteGenerator: core.getInput('static_site_generator'),
1571415714
generatorConfigFile: core.getInput('generator_config_file'),
15715-
enablement: core.getInput('enablement') !== 'true'
15715+
enablement: core.getInput('enablement') === 'true'
1571615716
}
1571715717
}
1571815718

‎dist/index.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)