Skip to content

Commit c0830fb

Browse files
authored
Merge pull request #12 from matlab-actions/jpereira/market
Shorten action.yml description for marketplace
2 parents ea9fb01 + d89a93f commit c0830fb

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

action.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,11 @@
22

33
name: Run MATLAB Command
44
description: >-
5-
Execute a MATLAB script, function, or statement.
6-
MATLAB exits with exit code 0 if the specified script, function, or statement
7-
executes successfully without error. Otherwise, MATLAB terminates with a
8-
nonzero exit code, which causes the build to fail. You can use the assert or
9-
error functions in the command to ensure that builds fail when necessary. When
10-
you use this task, all of the required files must be on the MATLAB search
11-
path.
5+
Run MATLAB scripts, functions, and statements
126
inputs:
137
command:
148
description: >-
15-
Script, function, or statement to execute.
16-
If the value of `command` is the name of a MATLAB script or function, do
17-
not specify the file extension. If you specify more than one MATLAB
18-
command, use a comma or semicolon to separate the commands.
9+
Script, function, or statement to execute
1910
required: true
2011
runs:
2112
using: node12

0 commit comments

Comments
 (0)