[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-07-08 18:52:40 +00:00 committed by GitHub
parent 93e48f74e9
commit b92eb59aed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 42 additions and 41 deletions

81
dist/setup/index.js generated vendored

File diff suppressed because one or more lines are too long

View file

@ -24,7 +24,7 @@ export function parseRegistries(input: string): Registry[] {
function parseLine(line: string): Registry | null {
const scopeMatch = line.match(
/^(@[a-z0-9-_.]+|[a-z0-9-_.]+(?=:[a-z]+:\/\/)):(.+)$/i
/^(@[a-z0-9-_.]+|[a-z0-9-_.]+(?=:[a-z]+:\/\/)):(.+)$/i,
);
if (scopeMatch) {