mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-09 21:51:11 +00:00
Update
This commit is contained in:
parent
dd1cda5071
commit
287437bd45
4 changed files with 60 additions and 46 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue