ci: 更新代理配置地址
Some checks failed
Deploy Blog / build (push) Failing after 5s

This commit is contained in:
yinxiaolong
2026-07-23 18:31:20 +08:00
parent f95353130d
commit 704f570571

View File

@@ -14,14 +14,15 @@ jobs:
http_proxy: http://10.255.0.1:7890
https_proxy: http://10.255.0.1:7890
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup git proxy
run: |
git config --global http.proxy ${{ env.HTTP_PROXY }}
git config --global https.proxy ${{ env.HTTPS_PROXY }}
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4