From 8aa8fbe0c71bd37996f8c3600345ec1e147dbd19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Mon, 28 Apr 2025 22:35:17 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b315bc1..bf29ba4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,6 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -36,6 +35,7 @@ jobs: - run: node ./build/build.js - uses: stefanzweifel/git-auto-commit-action@v5 with: + fetch-depth: 0 commit_message: update repo.json upload: