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: sync:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Clone repository
uses: actions/checkout@v4 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 - name: Sync subset from upstream
env: env:
GITEA_REPO_OWNER: yuanzhen869 GITEA_REPO_OWNER: yuanzhen869