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