mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-31 18:57:17 +07:00
Remove unnecessary dist parameter
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -481,7 +481,7 @@ async function run() {
|
||||
const tool = await utils.scriptTool(os);
|
||||
const script = os + (await utils.scriptExtension(os));
|
||||
const location = await getScript(script, version, os);
|
||||
await (0, exec_1.exec)(await utils.joins(tool, location, version, ini_file, __dirname));
|
||||
await (0, exec_1.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