This commit is contained in:
Danny McCormick 2019-08-05 11:51:04 -04:00
parent dd1cda5071
commit 287437bd45
4 changed files with 60 additions and 46 deletions

View file

@ -33,7 +33,7 @@ function run() {
}
const registryUrl = core.getInput('registry-url');
if (registryUrl) {
yield auth.configAuth(registryUrl);
auth.configAuth(registryUrl);
}
// TODO: setup proxy from runner proxy config
const matchersPath = path.join(__dirname, '..', '.github');