From aac665d1869bb6aafdeb898d7b7d63f421fdd8c3 Mon Sep 17 00:00:00 2001 From: Philip Gai Date: Mon, 5 Sep 2022 00:59:03 -0500 Subject: [PATCH 1/3] Update proxy-support.md Fix and update links --- docs/proxy-support.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/proxy-support.md b/docs/proxy-support.md index b00ef0a3..eab89d41 100644 --- a/docs/proxy-support.md +++ b/docs/proxy-support.md @@ -4,7 +4,7 @@ Self-hosted runners [can be configured](https://help.github.com/en/actions/hosti For actions to **just work** behind a proxy server: - 1. Use [tool-cache] version >= 1.3.1 - 2. Optionally use [actions/http-client](https://github.com/actions/http-client) + 1. Use [tool-cache](https://github.com/actions/toolkit/tree/main/packages/tool-cache) version >= 1.3.1 + 2. Optionally use [actions/http-client](https://github.com/actions/toolkit/tree/main/packages/http-client) -If you are using other http clients, refer to the [environment variables set by the runner](https://help.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners). \ No newline at end of file +If you are using other http clients, refer to the [environment variables set by the runner](https://help.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners). From 2c50af36e2eff3ebb767da2d8809d2791a3883b2 Mon Sep 17 00:00:00 2001 From: Philip Gai Date: Fri, 9 Sep 2022 15:52:45 -0500 Subject: [PATCH 2/3] Update docs/proxy-support.md Co-authored-by: Cory Miller <13227161+cory-miller@users.noreply.github.com> --- docs/proxy-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proxy-support.md b/docs/proxy-support.md index eab89d41..98bcd1c1 100644 --- a/docs/proxy-support.md +++ b/docs/proxy-support.md @@ -4,7 +4,7 @@ Self-hosted runners [can be configured](https://help.github.com/en/actions/hosti For actions to **just work** behind a proxy server: - 1. Use [tool-cache](https://github.com/actions/toolkit/tree/main/packages/tool-cache) version >= 1.3.1 + 1. Use [tool-cache](/packages/tool-cache) version >= 1.3.1 2. Optionally use [actions/http-client](https://github.com/actions/toolkit/tree/main/packages/http-client) If you are using other http clients, refer to the [environment variables set by the runner](https://help.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners). From b7db7552c91bf89f548581c5ba1f02e66751e522 Mon Sep 17 00:00:00 2001 From: Philip Gai Date: Fri, 9 Sep 2022 15:52:51 -0500 Subject: [PATCH 3/3] Update docs/proxy-support.md Co-authored-by: Cory Miller <13227161+cory-miller@users.noreply.github.com> --- docs/proxy-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proxy-support.md b/docs/proxy-support.md index 98bcd1c1..62d1eaf9 100644 --- a/docs/proxy-support.md +++ b/docs/proxy-support.md @@ -5,6 +5,6 @@ Self-hosted runners [can be configured](https://help.github.com/en/actions/hosti For actions to **just work** behind a proxy server: 1. Use [tool-cache](/packages/tool-cache) version >= 1.3.1 - 2. Optionally use [actions/http-client](https://github.com/actions/toolkit/tree/main/packages/http-client) + 2. Optionally use [actions/http-client](/packages/http-client) If you are using other http clients, refer to the [environment variables set by the runner](https://help.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners).