add PROXY_ADDR to env

This commit is contained in:
uazo
2021-07-29 17:57:57 +02:00
committed by GitHub
parent 91741ab63e
commit 002a46b1a7

View File

@@ -33,6 +33,7 @@ jobs:
run: |
if ! [[ -z "${HTTP_PROXY}" ]]; then
PROXY_ADDR=http://$(hostname -I | xargs):8118
echo "PROXY_ADDR=$PROXY_ADDR" >> $GITHUB_ENV
fi
- name: Get current chromium version