container-action typo fix (#77)

This commit is contained in:
Scott Brenner 2019-08-22 10:12:47 -07:00 committed by Bryan MacFarlane
parent 28803fc3b4
commit 750d949f10

View File

@ -14,7 +14,7 @@ Complete creating your repo and clone the repo.
> NOTE: The location of the repo will be how users will reference your action in their workflow file with the using keyword.
e.g. To use https://github.com/actions/setup-node, user's will author:
e.g. To use https://github.com/actions/setup-node, users will author:
```yaml
steps: