use github actions packages

This commit is contained in:
Jeremy Daley
2023-02-10 02:30:56 -05:00
parent b1748b08d7
commit 7d88dd59cd
6 changed files with 29 additions and 8477 deletions

View File

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