mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 09:17:10 +00:00
Minor fix
This commit is contained in:
parent
596753d72c
commit
3b539379a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue