Skip to content

Commit c8b58ed

Browse files
committed
add example clone
1 parent 9b70974 commit c8b58ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Fork the following repo at GitHub:
3636
https://github.com/azure/azureml-examples
3737
```
3838

39+
Clone your forked repo locally.
40+
41+
```
42+
git clone https://github.com/YOUR-USERNAME/azureml-examples
43+
```
44+
45+
3946
## Step 2: Authenticate with Azure
4047

4148
You'll need to first define how to authenticate with Azure. You can use a [service principal](../active-directory/develop/app-objects-and-service-principals.md#service-principal-object) or [OpenID Connect](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect).

0 commit comments

Comments
 (0)