mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-25 05:01:07 +07:00
Merge pull request #689 from viktorruskai/patch-1
Fix DocBlock in `utils.ts`
This commit is contained in:
commit
baf9535ba5
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user