diff --git a/.github/workflows/sync-to-gitee-dev.yml b/.github/workflows/sync-to-gitee-dev.yml index 959adf1c7..45487eafb 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"