Skip to content

Commit 65c5677

Browse files
authored
docs: fix typo in README.md (#400)
1 parent 547c140 commit 65c5677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ If this Action doesn't work for your workflow, check out [EndBug/add-and-commit]
216216

217217
### Checkout the correct branch
218218

219-
You must use `action/checkout@v2` or later versions to check out the repository.
219+
You must use `actions/checkout@v2` or later versions to check out the repository.
220220
In non-`push` events, such as `pull_request`, make sure to specify the `ref` to check out:
221221

222222
```yaml

0 commit comments

Comments
 (0)