diff --git a/action/src/index.ts b/action/src/index.ts index 2bd1b81..1a2d449 100644 --- a/action/src/index.ts +++ b/action/src/index.ts @@ -39,11 +39,7 @@ async function getActionRef(): Promise { } async function linuxMacInstall(actionRef: string) { - const rootActionDir = path.dirname(__dirname) - console.log(rootActionDir) - const {stdout} = await exec.getExecOutput('ls', ['-la'], { - cwd: rootActionDir - }) + const rootActionDir = path.dirname(path.dirname(__dirname)) const {exitCode, stderr} = await exec.getExecOutput( 'sh', ['install.sh', actionRef],