mirror of
https://github.com/actions/setup-node.git
synced 2025-07-18 12:38:25 +02:00
Release from master
This commit is contained in:
parent
5273d0df9c
commit
8de2f9fcbc
34 changed files with 371 additions and 293 deletions
|
@ -28,6 +28,9 @@ function writeRegistryToFile(registryUrl, fileLocation) {
|
|||
if (scope && scope[0] != '@') {
|
||||
scope = '@' + scope;
|
||||
}
|
||||
if (scope) {
|
||||
scope = scope.toLowerCase();
|
||||
}
|
||||
core.debug(`Setting auth in ${fileLocation}`);
|
||||
let newContents = '';
|
||||
if (fs.existsSync(fileLocation)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue