Fix sync workflow checkout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user