Update documentation
This commit is contained in:
parent
968cb0f4d9
commit
c0aaf5bab9
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ An `on: repository_dispatch` workflow can be triggered from another workflow wit
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- name: Repository Dispatch
|
- name: Repository Dispatch
|
||||||
uses: peter-evans/repository-dispatch@v1.0.0
|
uses: peter-evans/repository-dispatch@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
repository: username/my-repo
|
repository: username/my-repo
|
||||||
|
|
Loading…
Reference in a new issue