mirror of
https://kkgithub.com/actions/setup-node.git
synced 2026-01-03 23:01:50 +08:00
Feedback
This commit is contained in:
@ -33,7 +33,7 @@ function run() {
|
||||
}
|
||||
const registryUrl = core.getInput('registry-url');
|
||||
if (registryUrl) {
|
||||
auth.configAuth(registryUrl);
|
||||
auth.configAuthentication(registryUrl);
|
||||
}
|
||||
// TODO: setup proxy from runner proxy config
|
||||
const matchersPath = path.join(__dirname, '..', '.github');
|
||||
|
||||
Reference in New Issue
Block a user