fix: mirror

This commit is contained in:
2025-05-05 23:19:32 +07:00
parent a168f11bcc
commit 5ea15cb0e8
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -16,6 +16,12 @@ jobs:
with:
fetch-depth: 0
- name: Prepare repository for mirroring
run: |
git branch -r | grep 'origin/' | grep -v 'origin/HEAD' | while read remote; do
git branch --delete --remotes "$remote"
done
- name: Mirror to GitLab
uses: pixta-dev/repository-mirroring-action@v1
with: