mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
parent
3d792c1dbd
commit
d43864199a
4 changed files with 9 additions and 3 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue