Update proxy settings in Actions workflow to use internal IP addresses
This commit is contained in:
parent
41d0bb47a5
commit
00c78d51d4
@ -18,7 +18,8 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
env:
|
env:
|
||||||
DEBUG: "@actions/http-client,request"
|
DEBUG: "@actions/http-client,request"
|
||||||
HTTPS_PROXY: http://localhost:8080
|
HTTPS_PROXY: http://172.31.0.1:8080
|
||||||
|
HTTP_PROXY: http://172.31.0.1:8080
|
||||||
steps:
|
steps:
|
||||||
- name: Get latest homebrewery release
|
- name: Get latest homebrewery release
|
||||||
id: latest_release
|
id: latest_release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user