Skip to content

Commit 2cf499b

Browse files
Merge pull request #2915 from juliakm/users/jukullam/fix-symbols
Remove extra symbol in GitHub Actions article
2 parents 97f47dd + 3f2ba5d commit 2cf499b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/machine-learning/how-to-github-actions-machine-learning.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ Your workflow authenticates with Azure, sets up the Azure Machine Learning CLI,
8484
Your workflow file is made up of a trigger section and jobs:
8585
- A trigger starts the workflow in the `on` section. The workflow runs by default on a cron schedule and when a pull request is made from matching branches and paths. Learn more about [events that trigger workflows](https://docs.github.com/actions/using-workflows/events-that-trigger-workflows).
8686
- In the jobs section of the workflow, you checkout code and log into Azure with the Azure login action using OpenID Connect.
87-
====
8887
- The jobs section also includes a setup action that installs and sets up the [Machine Learning CLI (v2)](how-to-configure-cli.md). Once the CLI is installed, the run job action runs your Azure Machine Learning `pipeline.yml` file to train a model with NYC taxi data.
8988

9089
### Enable your workflow

0 commit comments

Comments
 (0)