From 5b3931ecb700cdfedfc620572985e81470ebed9c Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 4 Nov 2024 10:34:50 +0800 Subject: [PATCH] chore: --- .github/workflows/sync-to-gitee-dev.yml | 1 + .github/workflows/sync-to-gitee.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/sync-to-gitee-dev.yml b/.github/workflows/sync-to-gitee-dev.yml index 2cc62d7e..d893ac01 100644 --- a/.github/workflows/sync-to-gitee-dev.yml +++ b/.github/workflows/sync-to-gitee-dev.yml @@ -16,6 +16,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + lfs: true - name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email run: | git config --global user.name "xiaojunnuo" diff --git a/.github/workflows/sync-to-gitee.yml b/.github/workflows/sync-to-gitee.yml index 9707beaa..f1eca2ab 100644 --- a/.github/workflows/sync-to-gitee.yml +++ b/.github/workflows/sync-to-gitee.yml @@ -16,6 +16,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + lfs: true - name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email run: | git config --global user.name "xiaojunnuo"