mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-07-22 02:27:41 +00:00
Update README.md (#153)
Added the repository to the example usage for a remote repo.
This commit is contained in:
@@ -20,6 +20,7 @@ Dispatch an event to a remote repository using a `repo` scoped [Personal Access
|
|||||||
uses: peter-evans/repository-dispatch@v2
|
uses: peter-evans/repository-dispatch@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
|
repository: username/my-repo
|
||||||
event-type: my-event
|
event-type: my-event
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user