Skip to content

Commit a8216d6

Browse files
committed
Fix enablement logic for v3
1 parent 5992ce8 commit a8216d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/context.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function getRequiredVars(){
77
githubToken: core.getInput('token'),
88
staticSiteGenerator: core.getInput('static_site_generator'),
99
generatorConfigFile: core.getInput('generator_config_file'),
10-
enablement: core.getInput('enablement')!=='true'
10+
enablement: core.getInput('enablement')==='true'
1111
}
1212
}
1313

0 commit comments

Comments
(0)