Skip to content

Commit

Permalink
update cache input description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski committed Oct 2, 2023
1 parent 412ab7c commit 4cb9776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ inputs:
Parallel_Computing_Toolbox
cache:
description: >-
Whether to use GitHub cache to optimize installation.
Option to store MATLAB in the GitHub Actions cache, specified as false or true
required: false
default: false
outputs:
matlabroot:
description: >-
A full path to the folder where MATLAB is installed.
A full path to the folder where MATLAB is installed
runs:
using: node16
main: dist/setup/index.js
Expand Down

0 comments on commit 4cb9776

Please sign in to comment.