1
0
Fork 0

Small typo (#251)

pull/252/head
TriangularIT 2019-12-12 00:02:44 +01:00 committed by Bryan MacFarlane
parent be9f18b69f
commit bedf824517
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Examples:
```yaml
steps:
- uses: actions/javascript-action@v1 # recommended. starter workflows use this
- user: actions/javascript-action@v1.0.0 # if an action offers specific releases
- uses: actions/javascript-action@v1.0.0 # if an action offers specific releases
- uses: actions/javascript-action@41775a4 # binding to a specific sha
```