We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf5427 commit 19e7e31Copy full SHA for 19e7e31
src/index.ts
@@ -23,7 +23,7 @@ async function run() {
23
});
24
25
await core.group("Run command", async () => {
26
- await matlab.runCommand(helperScript, platform, architecture, exec.exec, startupopts);
+ await matlab.runCommand(helperScript, platform, architecture, exec.exec, startupOpts);
27
28
}
29
0 commit comments