From 243251cf9293ed218b43a323ba78450962f1a4cb Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Mon, 24 May 2021 15:06:55 +0900 Subject: [PATCH] docs: update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9c6b6abc3..03117703d 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,14 @@ All inputs are **optional**. If not set, sensible defaults will be used. | `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` | +For self-hosted runners behind a corporate proxy set the `https_proxy` environment variable. +```yml + - name: Create Pull Request + uses: peter-evans/create-pull-request@v3 + env: + https_proxy: http://: +``` + ### Action outputs The following outputs can be used by subsequent workflow steps.