mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-13 11:09:21 +08:00
Update
This commit is contained in:
parent
0930c1111e
commit
dd1cda5071
@ -33,7 +33,7 @@ function run() {
|
|||||||
}
|
}
|
||||||
const registryUrl = core.getInput('registry-url');
|
const registryUrl = core.getInput('registry-url');
|
||||||
if (registryUrl) {
|
if (registryUrl) {
|
||||||
auth.configAuth(registryUrl);
|
yield auth.configAuth(registryUrl);
|
||||||
}
|
}
|
||||||
// TODO: setup proxy from runner proxy config
|
// TODO: setup proxy from runner proxy config
|
||||||
const matchersPath = path.join(__dirname, '..', '.github');
|
const matchersPath = path.join(__dirname, '..', '.github');
|
||||||
|
@ -17,7 +17,7 @@ async function run() {
|
|||||||
|
|
||||||
const registryUrl = core.getInput('registry-url');
|
const registryUrl = core.getInput('registry-url');
|
||||||
if (registryUrl) {
|
if (registryUrl) {
|
||||||
auth.configAuth(registryUrl);
|
await auth.configAuth(registryUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: setup proxy from runner proxy config
|
// TODO: setup proxy from runner proxy config
|
||||||
|
Loading…
Reference in New Issue
Block a user