Skip to content

Commit ad6490b

Browse files
committed
trying to get prereqs to appear
1 parent 85ac218 commit ad6490b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ This article will teach you how to create a GitHub Actions workflow that builds
2121
GitHub Actions uses a workflow YAML (.yml) file in the `/.github/workflows/` path in your repository. This definition contains the various steps and parameters that make up the workflow.
2222

2323

24-
## Prerequisites
24+
## Prerequisites
2525

26-
[!INCLUDE [sdk](../../includes/machine-learning-sdk-v2-prereqs.md)].
27-
28-
* A GitHub account. If you don't have one, sign up for [free](https://github.com/join).
26+
[!INCLUDE [sdk](../../includes/machine-learning-sdk-v2-prereqs.md)]
2927

3028
## Step 1. Get the code
3129

0 commit comments

Comments
 (0)