From d4fb55a20cd3ab6392d7c9383ab894068fc535d1 Mon Sep 17 00:00:00 2001 From: xiong Date: Wed, 22 Jul 2026 09:49:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20CI=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=EF=BC=8C=E6=B7=BB=E5=8A=A0=20checkout=20?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 43537d8..59157b1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,6 +23,9 @@ jobs: steps: - name: Checkout uses: https://gitee.com/mirrors_actions/checkout@v4 + with: + github-server-url: https://git.gongxue100.com + fetch-depth: 1 - name: Install dependencies run: npm ci