mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-01-23 17:13:48 +07:00
Remove unnecessary dist parameter
This commit is contained in:
@@ -69,9 +69,7 @@ export async function run(): Promise<void> {
|
||||
const tool = await utils.scriptTool(os);
|
||||
const script = os + (await utils.scriptExtension(os));
|
||||
const location = await getScript(script, version, os);
|
||||
await exec(
|
||||
await utils.joins(tool, location, version, ini_file, __dirname)
|
||||
);
|
||||
await exec(await utils.joins(tool, location, version, ini_file));
|
||||
} else {
|
||||
core.setFailed('Unable to get the PHP version');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user