From c7ec9f15530c488446f7408d367ecbf0b8bbe82b Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:20:00 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 76925da..45e356a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,22 @@ -# Website for Generating a MATLAB Workflow +# Generate Starter Workflow for MATLAB -The [GitHub Actions Workflow Generator for MATLAB](https://matlab-actions.github.io/workflow-generator/) website enables you to generate a starter GitHub® Actions workflow for your GitHub repository that contains MATLAB® code and Simulink® models. +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. -## See Also +To generate a starter workflow for your repository, in the workflow generation interface: + +1. Enter either your GitHub username followed by your repository name, or provide the full URL of your repository. +2. (Optional) Under **Advanced Options**, select one or more options to customize the workflow. +3. Click **Generate Workflow**. + + + +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. -- [Action for Running MATLAB Builds](https://github.com/matlab-actions/run-build/) -- [Action for Running MATLAB Commands](https://github.com/matlab-actions/run-command/) -- [Action for Setting Up MATLAB](https://github.com/matlab-actions/setup-matlab/) +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). + +## See Also +- [Use MATLAB with GitHub Actions](https://github.com/matlab-actions) - [Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html) ## Contact Us - If you have any questions or suggestions, contact MathWorks® at [continuous-integration@mathworks.com](mailto:continuous-integration@mathworks.com). From a16034eb2bfe5ad84c0f95622304694d54ac5b4a Mon Sep 17 00:00:00 2001 From: mw-hrastega <48831250+mw-hrastega@users.noreply.github.com> Date: Wed, 25 Jun 2025 10:31:01 -0400 Subject: [PATCH 2/2] reacting to feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e356a..75491a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Use [GitHub® Actions Workflow Generator for MATLAB](https://matlab-actions.g To generate a starter workflow for your repository, in the workflow generation interface: -1. Enter either your GitHub username followed by your repository name, or provide the full URL of your repository. +1. Enter your repository URL or GitHub username and repository. 2. (Optional) Under **Advanced Options**, select one or more options to customize the workflow. 3. Click **Generate Workflow**.