Skip to content

Commit 025daba

Browse files
Update parameter descriptions (#95)
1 parent 7eb54e3 commit 025daba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

action.yml

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

33
name: Setup MATLAB
44
description: >-
5-
Set up MATLAB on a Linux-based GitHub-hosted runner
5+
Set up a specific version of MATLAB
66
inputs:
77
release:
88
description: >-
9-
MATLAB release to set up (R2020a or later)
9+
MATLAB release to set up (R2021a or later)
1010
required: false
1111
default: latest
1212
products:
1313
description: >-
14-
Array of products to install
14+
Products to set up in addition to MATLAB, specified as a list of product names separated by spaces
1515
required: false
16-
default: MATLAB
16+
default: ""
1717
cache:
1818
description: >-
19-
Option to store MATLAB in the GitHub Actions cache, specified as false or true
19+
Option to enable caching with GitHub Actions, specified as false or true
2020
required: false
2121
default: false
2222
outputs:

0 commit comments

Comments
 (0)