Skip to content

Commit

Permalink
Merge pull request actions#1171 from philip-gai/patch-1
Browse files Browse the repository at this point in the history
Update proxy-support.md
  • Loading branch information
cory-miller authored Sep 10, 2022
2 parents bc4be50 + b7db755 commit e6257f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/proxy-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](/packages/tool-cache) version >= 1.3.1
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).
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 comments on commit e6257f1

Please sign in to comment.