Small typo (#251)
This commit is contained in:
committed by
Bryan MacFarlane
parent
be9f18b69f
commit
bedf824517
@@ -7,7 +7,7 @@ Examples:
|
|||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/javascript-action@v1 # recommended. starter workflows use this
|
- 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
|
- uses: actions/javascript-action@41775a4 # binding to a specific sha
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user