You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-07-01 04:33:17 +07:00
Minor fix
This commit is contained in:
@ -26,7 +26,7 @@ export function configAuthentication(
|
||||
}
|
||||
|
||||
function isValidKey(key: string): boolean {
|
||||
return /^[0-9\w\-\_\.]+$/i.test(key);
|
||||
return /^[\w\-\.]+$/i.test(key);
|
||||
}
|
||||
|
||||
function writeFeedToFile(
|
||||
|
Reference in New Issue
Block a user