Update utils.ts

This commit is contained in:
Viktor Ruskai 2023-01-27 22:12:33 +01:00 committed by GitHub
parent d30ad8b184
commit cc0e576689
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> { export async function getManifestURL(): Promise<string> {
return 'https://raw.githubusercontent.com/shivammathur/setup-php/develop/src/configs/php-versions.json'; return 'https://raw.githubusercontent.com/shivammathur/setup-php/develop/src/configs/php-versions.json';