From 716fd004f82c5303cb5ce3b2248b03b35736f5b1 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Tue, 13 Sep 2022 16:51:47 +0800 Subject: [PATCH] Update sync_project.yml --- .github/workflows/sync_project.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/sync_project.yml b/.github/workflows/sync_project.yml index 8b1a830..a9fec2d 100644 --- a/.github/workflows/sync_project.yml +++ b/.github/workflows/sync_project.yml @@ -22,19 +22,19 @@ jobs: # ssh_private_key: # ${{ secrets.GITEE_KEY }} # -# mirror_to_bitbucket: -# runs-on: ubuntu-latest -# steps: -# - name: 'Checkout' -# uses: actions/checkout@v3 -# - name: 'Mirror to bitbucket' -# uses: pixta-dev/repository-mirroring-action@v1 -# with: -# target_repo_url: -# git@bitbucket.org:fscarmen/test.git -# ssh_private_key: -# ${{ secrets.PRIVATE_KEY }} -# + mirror_to_bitbucket: + runs-on: ubuntu-latest + steps: + - name: 'Checkout' + uses: actions/checkout@v1 + - name: 'Mirror to bitbucket' + uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: + git@bitbucket.org:fscarmen/test.git + ssh_private_key: + ${{ secrets.PRIVATE_KEY }} + mirror_to_gitlab: runs-on: ubuntu-latest steps: