diff --git a/action.yml b/action.yml index ea8c57b..35f4edf 100644 --- a/action.yml +++ b/action.yml @@ -2,20 +2,11 @@ name: Run MATLAB Command description: >- - Execute a MATLAB script, function, or statement. - MATLAB exits with exit code 0 if the specified script, function, or statement - executes successfully without error. Otherwise, MATLAB terminates with a - nonzero exit code, which causes the build to fail. You can use the assert or - error functions in the command to ensure that builds fail when necessary. When - you use this task, all of the required files must be on the MATLAB search - path. + Run MATLAB scripts, functions, and statements inputs: command: description: >- - Script, function, or statement to execute. - If the value of `command` is the name of a MATLAB script or function, do - not specify the file extension. If you specify more than one MATLAB - command, use a comma or semicolon to separate the commands. + Script, function, or statement to execute required: true runs: using: node12