mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-19 19:28:09 +08:00
Fix: wrong spelling for using action in a workflow (#76)
This commit is contained in:
committed by
Bryan MacFarlane
parent
750d949f10
commit
e54c7a866d
@@ -139,7 +139,7 @@ Once the action has a self contained version in the v1-release branch, you can t
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
using: {org}/{reponame}@v1-release
|
uses: {org}/{reponame}@v1-release
|
||||||
```
|
```
|
||||||
|
|
||||||
## Release Current Changes as v1
|
## Release Current Changes as v1
|
||||||
@@ -154,7 +154,7 @@ Users can now reference your action in their workflows with
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
using: {org}/{reponame}@v1
|
uses: {org}/{reponame}@v1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user