Fix sync workflow checkout

This commit is contained in:
2026-03-23 15:32:56 +08:00
parent c81a1dd033
commit 4ad02d23b5

View File

@@ -7,8 +7,11 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Clone repository
run: |
git clone "https://yuanzhen869:${{ secrets.SYNC_TOKEN }}@git.halonice.com/yuanzhen869/ios-rule-script-subset.git" repo
cp -a repo/. .
rm -rf repo
- name: Sync subset from upstream
env:
GITEA_REPO_OWNER: yuanzhen869