From 06c1e0929bd5a08d5252c0331fd3bd4ccd7fc225 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 19 Oct 2024 23:20:06 +0800 Subject: [PATCH] chore: docs --- .github/workflows/sync-to-gitee-dev.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync-to-gitee-dev.yml b/.github/workflows/sync-to-gitee-dev.yml index 959adf1c..45487eaf 100644 --- a/.github/workflows/sync-to-gitee-dev.yml +++ b/.github/workflows/sync-to-gitee-dev.yml @@ -16,7 +16,6 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - branch: v2-dev - name: Set git user # 2. 给git命令设置用户名和邮箱,↙↙↙ 改成你的name和email run: | git config --global user.name "xiaojunnuo"