From 013a79fee214607483ea03db3197e5c87b255e1e Mon Sep 17 00:00:00 2001 From: cipchk Date: Thu, 14 Sep 2023 16:43:17 +0800 Subject: [PATCH 1/3] chore: correct mirror gitee --- .github/workflows/mirror-gitee.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mirror-gitee.yml b/.github/workflows/mirror-gitee.yml index 33dd1458c..e96b6df1a 100644 --- a/.github/workflows/mirror-gitee.yml +++ b/.github/workflows/mirror-gitee.yml @@ -10,6 +10,5 @@ jobs: - uses: actions/checkout@v4 - uses: pixta-dev/repository-mirroring-action@v1 with: - fetch-depth: 0 target_repo_url: git@gitee.com:ng-alain/delon.git ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }} From ccb2d9934b3ba37fc7531b9854c436a75a89fe98 Mon Sep 17 00:00:00 2001 From: cipchk Date: Thu, 14 Sep 2023 17:47:20 +0800 Subject: [PATCH 2/3] chore: fix --- .github/workflows/mirror-gitee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror-gitee.yml b/.github/workflows/mirror-gitee.yml index e96b6df1a..89c7643cc 100644 --- a/.github/workflows/mirror-gitee.yml +++ b/.github/workflows/mirror-gitee.yml @@ -7,7 +7,7 @@ jobs: if: "!startsWith(github.event.commits[0].message, 'release')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 - uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: git@gitee.com:ng-alain/delon.git From b019d146f1c9ec5ffed6798a347af2e2ee7ba2df Mon Sep 17 00:00:00 2001 From: cipchk Date: Thu, 14 Sep 2023 17:51:42 +0800 Subject: [PATCH 3/3] chore: fix --- .github/workflows/mirror-gitee.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mirror-gitee.yml b/.github/workflows/mirror-gitee.yml index 89c7643cc..fa5c18783 100644 --- a/.github/workflows/mirror-gitee.yml +++ b/.github/workflows/mirror-gitee.yml @@ -7,7 +7,9 @@ jobs: if: "!startsWith(github.event.commits[0].message, 'release')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: git@gitee.com:ng-alain/delon.git