From 87c5425cae5ba8b5bc7da27674076c78588babf3 Mon Sep 17 00:00:00 2001 From: Dan Roscigno Date: Wed, 25 Jan 2023 19:34:40 -0500 Subject: [PATCH] Update README.md (#153) Added the repository to the example usage for a remote repo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4ec2ae..ae4160b 100644 --- a/README.md +++ b/README.md @@ -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 ```