Serhii Tsotsko
Results
2
comments of
Serhii Tsotsko
Hi everyone! I'd like to add that have exactly the same issue as described above, but run.sh works perfectly, svc.sh - doesn't. actions-runner-linux-x64-2.305.0
Hi guys! I've managed to resolve my issue with adding all the needed environment variables to the runner .env file, picture this: ``` [user@runner-vm01 actions-runner]$ cat .env https_proxy=http://proxy.intranet.com:8080 http_proxy=http://proxy.intranet.com:8080 no_proxy=127.0.0.1,localhost...