mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Minor fix
This commit is contained in:
parent
596753d72c
commit
3b539379a8
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user