Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
replacing v1 with v2
  • Loading branch information
mw-hrastega authored Jan 30, 2024
1 parent 3be40ee commit 5fff61d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Run build
uses: matlab-actions/run-build@v1
uses: matlab-actions/run-build@v2
```
### Run MATLAB Build on GitHub-Hosted Runner
Expand All @@ -44,15 +44,15 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
- name: Run build
uses: matlab-actions/run-build@v1
uses: matlab-actions/run-build@v2
with:
tasks: mytask
```
## Run MATLAB Build
When you define your workflow in the `.github/workflows` directory of your repository, specify the **Run MATLAB Build** action as `matlab-actions/run-build@v1`. The action accepts optional inputs.
When you define your workflow in the `.github/workflows` directory of your repository, specify the **Run MATLAB Build** action as `matlab-actions/run-build@v2`. The action accepts optional inputs.

Input | Description
------------------------- | ---------------
Expand Down

0 comments on commit 5fff61d

Please sign in to comment.