From 22b027c6f62351b43d8145ae839dc21f78d45e40 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 13 Apr 2020 10:05:30 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 754bab5..a239341 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A GitHub action to create a repository dispatch event. - `token` (**required**) - A `repo` scoped GitHub [Personal Access Token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). - `repository` - The full name of the repository to send the dispatch. Defaults to the current repository. - `event-type` (**required**) - A custom webhook event name. -- `client-payload` - JSON payload with extra information about the webhook event that your action or worklow may use. Default: {} +- `client-payload` - JSON payload with extra information about the webhook event that your action or workflow may use. Default: {} ## Example