Skip to content

Commit

Permalink
chore: fix shallow update not allowed (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Sep 10, 2023
1 parent ee7bb90 commit 8dbd91f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GiteeMirror
name: mirror gitee

on: push

Expand All @@ -10,5 +10,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pixta-dev/repository-mirroring-action@v1
with:
fetch-depth: 0
target_repo_url: [email protected]:ng-alain/delon.git
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}

0 comments on commit 8dbd91f

Please sign in to comment.