diff --git a/.github/workflows/mirror-gitee.yml b/.github/workflows/mirror-gitee.yml index 33dd1458c..fa5c18783 100644 --- a/.github/workflows/mirror-gitee.yml +++ b/.github/workflows/mirror-gitee.yml @@ -8,8 +8,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: pixta-dev/repository-mirroring-action@v1 with: fetch-depth: 0 + - uses: pixta-dev/repository-mirroring-action@v1 + with: target_repo_url: git@gitee.com:ng-alain/delon.git ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}