From be311b08ff2a75f6f0a7a87abafb0ded03aca323 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Mon, 13 Dec 2021 16:07:01 +0900 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 599ca1f..6e9c3b8 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ All inputs are **optional**. If not set, sensible defaults will be used. | `reviewers` | A comma or newline-separated list of reviewers (GitHub usernames) to request a review from. | | | `team-reviewers` | A comma or newline-separated list of GitHub teams to request a review from. Note that a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) may be required. See [this issue](https://github.com/peter-evans/create-pull-request/issues/155). If using a GitHub App, refer to [Authenticating with GitHub App generated tokens](docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens) for the proper permissions. | | | `milestone` | The number of the milestone to associate this pull request with. | | -| `draft` | Create a [draft pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests#draft-pull-requests). | `false` | | +| `draft` | Create a [draft pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests#draft-pull-requests). | `false` | For self-hosted runners behind a corporate proxy set the `https_proxy` environment variable. ```yml @@ -136,7 +136,7 @@ All file changes that do not match one of the paths will be discarded. with: add-paths: | *.java - docs/\*.txt + docs/*.md ``` ### Controlling commits