Update proxy settings in Actions workflow to use internal IP addresses

This commit is contained in:
2025-06-26 15:02:32 +02:00
parent 41d0bb47a5
commit 00c78d51d4

View File

@@ -18,7 +18,8 @@ jobs:
runs-on: ubuntu-24.04
env:
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:
- name: Get latest homebrewery release
id: latest_release