mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 23:51:03 +08:00
- replace `git push --mirror` with `git push --force --all --prune` and `git push --force --tags` - update sync-auto.yml and sync-schedule.yml workflows - improve control over branch and tag synchronization - gitLab rejects refs that start with origin/, so the --mirror option is no longer used for pushing. Therefore, it has been reverted to using git push --force --all --prune followed by git push --force --tags.