From 15012fed967247a1ef11a72765ac25ffe30cf279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=96=E5=A5=B3=E5=AD=A9=E7=9A=84=E5=B0=8F=E7=81=AB?= =?UTF-8?q?=E6=9F=B4?= <44471469+Erope@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:16:47 +0800 Subject: [PATCH] Sync v0 branch to gitee (#20) --- .github/workflows/sync-code.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-code.yml b/.github/workflows/sync-code.yml index 0bb4876..ae34bd8 100644 --- a/.github/workflows/sync-code.yml +++ b/.github/workflows/sync-code.yml @@ -2,7 +2,7 @@ name: Sync Code to Gitee on: push: - branches: [main] + branches: [main, v0] jobs: sync-code-to-gitee: @@ -12,5 +12,5 @@ jobs: - uses: adambirds/sync-github-to-gitlab-action@v1.1.0 with: destination_repository: git@gitee.com:naibahq/scripts.git - destination_branch_name: main + destination_branch_name: ${{ github.ref_name }} destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}