Skip to content

Commit

Permalink
chore: minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jul 24, 2024
1 parent 5a51b16 commit e1b7ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
path: src
- name: Checkout Mirror
run: |
git clone ${{ secrets.MIRROR_REPO }} mirror && \
git clone --depth 1 ${{ secrets.MIRROR_REPO }} mirror && \
cd mirror && \
find . -mindepth 2 -maxdepth 2 -not -path '*/.*' -type f -delete
- name: Copy
Expand Down

0 comments on commit e1b7ef4

Please sign in to comment.