Update mirror.yml

This commit is contained in:
fscarmen
2025-02-06 17:28:34 +08:00
committed by GitHub
parent b44432c55b
commit 490940b0af
+4 -4
View File
@@ -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,11 +25,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 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