Self-hosted runner proxy URI malformed
I want to use a self-hosted runner for a local GitHub Enterprise Server Instance on a Debian machine.
I already installed the runner and the connection to my local GitHub is established. All machines are running behind a corporate HTTP proxy. Now if I want to run a workflow which requires an outbound connection, I’ll get a timeout because of the not configured proxy. After some research I configured the proxy in the .env
file located in the action runner directory with the http_proxy
and https_proxy
variable.