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