Skip to content

Commit

Permalink
Small typo (actions#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrykowski authored and bryanmacfarlane committed Dec 11, 2019
1 parent be9f18b commit bedf824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/action-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Examples:
```yaml
steps:
- uses: actions/javascript-action@v1 # recommended. starter workflows use this
- user: actions/[email protected] # if an action offers specific releases
- uses: actions/[email protected] # if an action offers specific releases
- uses: actions/javascript-action@41775a4 # binding to a specific sha
```
Expand Down

0 comments on commit bedf824

Please sign in to comment.