From d414c2510b15847e51bae2eec1e2e6c7059f65a2 Mon Sep 17 00:00:00 2001 From: 3944Realms Date: Fri, 1 May 2026 23:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=89=88=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E6=8F=90=E4=BA=A4(=E4=BF=AE=E5=A4=8DAction=E6=B5=81?= =?UTF-8?q?=E9=97=AE=E9=A2=983)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/delopy.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitea/workflows/delopy.yml b/.gitea/workflows/delopy.yml index eb76f7d..54f662a 100644 --- a/.gitea/workflows/delopy.yml +++ b/.gitea/workflows/delopy.yml @@ -18,18 +18,8 @@ jobs: runs-on: ubuntu-latest steps: - # ✅ 新增:配置 Git 以解决 HTTP/2 问题 - - name: Configure Git for stable cloning - run: | - git config --global http.version HTTP/1.1 - git config --global http.postBuffer 524288000 - git config --global http.lowSpeedLimit 0 - git config --global http.lowSpeedTime 999999 - git config --global core.compression 0 - echo "✅ Git 配置已优化" - - name: Checkout code - uses: https://gitea.bot.leisuretimedock.top/actions/checkout@v4 + uses: https://gitee.com/actions-mirror/checkout@v4 - name: Set executable permissions run: |