diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index 43f4c48..e4acb29 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -30,12 +30,14 @@ jobs: cp -r ./Apps ./tmp cp recommend-list.json category-list.json ./tmp ls ./tmp - - name: copy1 - uses: GuillaumeFalourd/copy-push-files@v1 + - name: Copycat + uses: andstor/copycat-action@v3 with: + personal_token: ${{ secrets.API_TOKEN_GITHUB2 }} + src_path: tmp + dst_owner: IceWhaleTech + dst_repo_name: _appstore email: q2676515970@163.com - name: raller1028 - target_branch: main - source_files: ./recommend-list.json ./category-list.json - remote_repository: https://github.com/IceWhaleTech/_appstore - access_token: ${{ secrets.API_TOKEN_GITHUB2 }} + src_branch: main + dst_branch: main + clean: true