This commit is contained in:
Danny McCormick
2019-08-05 13:12:37 -04:00
parent 8e12aec29e
commit 920661f1be
5 changed files with 15 additions and 18 deletions

View File

@ -15,9 +15,9 @@ async function run() {
await installer.getNode(version);
}
const registryUrl = core.getInput('registry-url');
const registryUrl: string = core.getInput('registry-url');
if (registryUrl) {
auth.configAuth(registryUrl);
auth.configAuthentication(registryUrl);
}
// TODO: setup proxy from runner proxy config