Skip to content

Commit 6204b9f

Browse files
committed
Fix typo
1 parent 45812e3 commit 6204b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GitHub Actions workflows are defined by files in the `.github/workflows` directo
1919
In this case, our workflow (the _caller workflow_) will contain a single job referencing the workflow `check-submission.yml` defined in this (i.e.`USRSE/notebooks-submissions`) repository (the _called workflow_).
2020

2121
1. From a local clone of your repository, or alternatively using the GitHub web interface, create a subdirectory named `.github/workflows`
22-
2. Inside `.github/workflow`, create a file with any name and the `.yml` extension, e.g. `.github/workflows/checks.yml`, containing the following snippet:
22+
2. Inside `.github/workflows`, create a file with any name and the `.yml` extension, e.g. `.github/workflows/checks.yml`, containing the following snippet:
2323

2424
```yml
2525
name: Check submission for US-RSE'24

0 commit comments

Comments
 (0)