1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2025-05-10 11:43:47 +07:00

Minor fix

This commit is contained in:
Vladimir Safonkin 2021-04-15 13:44:48 +03:00
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(