From d643fe688b36d3df244b8f0d4217e5e8958325b7 Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Fri, 12 May 2023 11:37:29 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml (#140) --- .github/workflows/push_to_new_AppStore.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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