Skip to content

Commit

Permalink
chore: fix shallow update not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Nov 15, 2023
1 parent 22f2c4c commit 4b1b4a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mirror.yml
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]:hbyunzai/yelon.git
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}

0 comments on commit 4b1b4a8

Please sign in to comment.