You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Generate Starter Workflow for MATLAB
2
2
3
-
Use [GitHub® Actions Workflow Generator for MATLAB](https://matlab-actions.github.io/workflow-generator/) to create a starter workflow for a repository that contains MATLAB® code and Simulink® models. You can use the generated workflow as a foundation for defining your own custom workflow.
3
+
Use [GitHub® Actions Workflow Generator for MATLAB](https://matlab-actions.github.io/workflow-generator/) to create a starter workflow for a repository that contains MATLAB® code or Simulink® models. You can use the generated workflow as a starting point for your own custom workflow.
4
4
5
5
To generate a starter workflow for your repository, in the workflow generation interface:
6
6
@@ -16,7 +16,7 @@ To generate a starter workflow for your repository, in the workflow generation i
16
16
17
17
The workflow generator automatically displays the starter workflow in the workflow editor of your repository. Modify the generated workflow as needed, and commit your changes to save the workflow file in the `.github/workflows` directory of your repository.
18
18
19
-
For more information about the available GitHub actions for MATLAB that you can use to define your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).
19
+
For more information about the GitHub actions for MATLAB that you can use in your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).
0 commit comments