You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/proxy-support.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Self-hosted runners [can be configured](https://help.github.com/en/actions/hosti
4
4
5
5
For actions to **just work** behind a proxy server:
6
6
7
-
1. Use [tool-cache](https://github.com/actions/toolkit/tree/main/packages/tool-cache) version >= 1.3.1
7
+
1. Use [tool-cache](/packages/tool-cache) version >= 1.3.1
8
8
2. Optionally use [actions/http-client](https://github.com/actions/toolkit/tree/main/packages/http-client)
9
9
10
10
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).
0 commit comments