将 HTTP 和 HTTPS 代理从 10.255.0.1 更
This commit is contained in:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -9,8 +9,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
http_proxy=http://host.docker.internal:7890
|
HTTP_PROXY: http://10.255.0.1:7890
|
||||||
https_proxy=http://host.docker.internal:7890
|
HTTPS_PROXY: http://10.255.0.1:7890
|
||||||
|
http_proxy: http://10.255.0.1:7890
|
||||||
|
https_proxy: http://10.255.0.1:7890
|
||||||
steps:
|
steps:
|
||||||
# - name: Checkout
|
# - name: Checkout
|
||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
@@ -19,7 +21,7 @@ jobs:
|
|||||||
# uses: pnpm/action-setup@v4
|
# uses: pnpm/action-setup@v4
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: curl -x localhost:7890 ip.sb
|
run: curl -x 127.0.0.1:7890 ip.sb
|
||||||
#
|
#
|
||||||
# - name: Install dependencies
|
# - name: Install dependencies
|
||||||
# run: pnpm install
|
# run: pnpm install
|
||||||
|
|||||||
Reference in New Issue
Block a user