Skip to content

Commit 257715c

Browse files
docs: fix typo in README.md (#400)
1 parent 21ee06a commit 257715c

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
@@ -213,7 +213,7 @@ If this Action doesn't work for your workflow, check out [EndBug/add-and-commit]
213213

214214
### Checkout the correct branch
215215

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

219219
```yaml

0 commit comments

Comments
 (0)