Skip to content

Commit d89a93f

Browse files
committed
Shorten 'command' input description
1 parent 61bf386 commit d89a93f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ description: >-
66
inputs:
77
command:
88
description: >-
9-
Script, function, or statement to execute.
10-
If the value of `command` is the name of a MATLAB script or function, do
11-
not specify the file extension. If you specify more than one MATLAB
12-
command, use a comma or semicolon to separate the commands.
9+
Script, function, or statement to execute
1310
required: true
1411
runs:
1512
using: node12

0 commit comments

Comments
 (0)