diff --git a/src/utils.ts b/src/utils.ts index d24ebd0d..27d12993 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -44,8 +44,8 @@ export async function getInput( } } -/** Function to get manifest URL - * +/** + * Function to get manifest URL */ export async function getManifestURL(): Promise { return 'https://raw.githubusercontent.com/shivammathur/setup-php/develop/src/configs/php-versions.json';