From c1e19887f828c61b8c0049f8a882b4b7dd8624db Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Fri, 12 May 2023 11:06:54 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml (#134) --- .github/workflows/push_to_new_AppStore.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index af1579f..f98495f 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -30,14 +30,13 @@ jobs: cp -r ./Apps ./tmp cp recommend-list.json category-list.json ./tmp ls ./tmp - - name: Copycat - uses: andstor/copycat-action@v3 + - name: Pushes test folder + uses: datalbry/copy_folder_to_another_repo_action@1.0.0 + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }} with: - personal_token: ${{ secrets.API_TOKEN_GITHUB2 }} - src_path: tmp - dst_owner: IceWhaleTech - dst_repo_name: _appstore - dst_path: ./ - email: q2676515970@163.com - src_branch: main - dst_branch: main + source_folder: 'tmp' + destination_repo: 'IceWhaleTech/_appstore' + destination_folder: './' + user_email: 'q2676515970@163.com' + user_name: 'raller1028'