将 HTTP 和 HTTPS 代理从 10.255.0.1 更
This commit is contained in:
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@@ -12,11 +12,11 @@ jobs:
|
|||||||
http_proxy=http://host.docker.internal:7890
|
http_proxy=http://host.docker.internal:7890
|
||||||
https_proxy=http://host.docker.internal:7890
|
https_proxy=http://host.docker.internal:7890
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
#
|
||||||
- name: Setup pnpm
|
# - name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
# uses: pnpm/action-setup@v4
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: curl -x localhost:7890 ip.sb
|
run: curl -x localhost:7890 ip.sb
|
||||||
|
|||||||
Reference in New Issue
Block a user