Update README.md (#153)

Added the repository to the example usage for a remote repo.
This commit is contained in:
Dan Roscigno
2023-01-25 19:34:40 -05:00
committed by GitHub
parent 2eb43e8992
commit 87c5425cae

View File

@@ -20,6 +20,7 @@ Dispatch an event to a remote repository using a `repo` scoped [Personal Access
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.PAT }}
repository: username/my-repo
event-type: my-event
```