From 490940b0afbaa908a9467579711ee6fffeb32c7f Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:28:34 +0800 Subject: [PATCH] Update mirror.yml --- .github/workflows/mirror.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 7234628..e7990de 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: 'Mirror to gitlab' - uses: pixta-dev/repository-mirroring-action@v1.1.1 + uses: fscarmen/repository-mirroring-action@v1.0.0 with: target_repo_url: git@gitlab.com:${{ github.repository }}.git @@ -25,13 +25,13 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout' - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: 'Mirror to bitbucket' - uses: pixta-dev/repository-mirroring-action@v1.1.1 + uses: fscarmen/repository-mirroring-action@v1.0.0 with: target_repo_url: git@bitbucket.org:${{ github.repository }}.git ssh_private_key: - ${{ secrets.PRIVATE_KEY }} \ No newline at end of file + ${{ secrets.PRIVATE_KEY }}