modified to use proxy input

This commit is contained in:
Jeremy Daley
2023-02-10 01:28:34 -05:00
parent 37538b280c
commit 4bfe138e84
8 changed files with 581 additions and 13 deletions

View File

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