You've already forked setup-node
mirror of
https://github.com/actions/setup-node.git
synced 2025-09-08 05:44:02 +07:00

committed by
Danny McCormick

parent
3d792c1dbd
commit
d43864199a
@ -24,6 +24,9 @@ function writeRegistryToFile(registryUrl: string, fileLocation: string) {
|
||||
if (scope && scope[0] != '@') {
|
||||
scope = '@' + scope;
|
||||
}
|
||||
if (scope) {
|
||||
scope = scope.toLowerCase();
|
||||
}
|
||||
|
||||
core.debug(`Setting auth in ${fileLocation}`);
|
||||
let newContents: string = '';
|
||||
|
Reference in New Issue
Block a user