From 86a78ac98f69714e3cbb8ee262d4c9508b9dfbad Mon Sep 17 00:00:00 2001 From: Nikhil Bhoski <47204011+nbhoski@users.noreply.github.com> Date: Thu, 16 May 2024 11:46:45 +0530 Subject: [PATCH] updated as per review coments --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ad099cf..b398f8b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -32,7 +32,7 @@ async function run() { const startupOptions = core.getInput("startup-options").split(" "); const helperScript = await matlab.generateScript(workspaceDir, command); - await matlab.runCommand(helperScript, platform, architecture, exec.exec(opt), startupOptions); + await matlab.runCommand(helperScript, platform, architecture, exec.exec, startupOptions); } run().catch((e) => {