Skip to content

Commit

Permalink
updated exec option
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 16, 2024
1 parent 47f2b89 commit a547663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function run() {

// Export env variable to inject the buildtool plugin
exec.ExecOptions = {
env: {[key: "MW_MATLAB_BUILDTOOL_DEFAULT_PLUGINS_FCN_OVERRIDE"]: "ciplugins.github.getDefaultPlugins"}
env: [key: "MW_MATLAB_BUILDTOOL_DEFAULT_PLUGINS_FCN_OVERRIDE"]: "ciplugins.github.getDefaultPlugins"

Check failure on line 18 in src/index.ts

View workflow job for this annotation

GitHub Actions / Build and Test

',' expected.

Check failure on line 18 in src/index.ts

View workflow job for this annotation

GitHub Actions / Build and Test

',' expected.
};

Check failure on line 19 in src/index.ts

View workflow job for this annotation

GitHub Actions / Build and Test

':' expected.
//core.exportVariable('MW_MATLAB_BUILDTOOL_DEFAULT_PLUGINS_FCN_OVERRIDE', 'ciplugins.github.getDefaultPlugins');

Expand Down

0 comments on commit a547663

Please sign in to comment.