Merge pull request #689 from viktorruskai/patch-1

Fix DocBlock in `utils.ts`
This commit is contained in:
Shivam Mathur 2023-01-28 03:41:21 +05:30 committed by GitHub
commit baf9535ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,8 +44,8 @@ export async function getInput(
}
}
/** Function to get manifest URL
*
/**
* Function to get manifest URL
*/
export async function getManifestURL(): Promise<string> {
return 'https://raw.githubusercontent.com/shivammathur/setup-php/develop/src/configs/php-versions.json';