mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.86k stars 285 forks source link

Proxy configuration for the GitHub self-hosted runner #159

Open yhaliaw opened 1 year ago

yhaliaw commented 1 year ago

The GitHub Action does not set the proxy configuration according the environment variables, such as, HTTP_PROXY.

Using the environment variable is the way set the proxy configuration for the self-hosted runner, so it would make sense for the GitHub Action to do the same.