mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 09:17:10 +00:00
format
This commit is contained in:
parent
1f2c90bb99
commit
cc76dfab99
1 changed files with 6 additions and 10 deletions
|
|
@ -86,16 +86,12 @@ function writeFeedToFile(
|
|||
core.debug(`Found a URL with key ${key}`);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
if (
|
||||
packageSources['@_value']
|
||||
.toLowerCase()
|
||||
.includes(feedUrl.toLowerCase())
|
||||
) {
|
||||
const key = packageSources['@_key'];
|
||||
sourceKeys.push(key);
|
||||
core.debug(`Found a URL with key ${key}`);
|
||||
}
|
||||
} else if (
|
||||
packageSources['@_value'].toLowerCase().includes(feedUrl.toLowerCase())
|
||||
) {
|
||||
const key = packageSources['@_key'];
|
||||
sourceKeys.push(key);
|
||||
core.debug(`Found a URL with key ${key}`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue