From ea241dfc793439bf97da030e8acdf6054c99c4ca Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 14 Oct 2019 12:37:36 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6707630..73a32fd 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ This configuration will create pull requests that look like this: ![Pull Request Example](https://github.com/peter-evans/create-pull-request/blob/master/pull-request-example.png?raw=true) -### Example usage with 'on: pull_request' workflows +### Example usage with `on: pull_request` workflows The following is an example workflow for a use-case where [autopep8](https://github.com/peter-evans/autopep8) action runs as both a check on pull requests and raises a further pull request to apply code fixes.