From 90bd144f0b125f7c2a2982cff33b1e624e121c6d Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Fri, 12 May 2023 11:22:53 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml (#137) --- .github/workflows/push_to_new_AppStore.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index e485747..37dbd08 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -30,15 +30,9 @@ jobs: cp -r ./Apps ./tmp cp recommend-list.json category-list.json ./tmp ls ./tmp - - name: Pushes test folder - uses: datalbry/copy_folder_to_another_repo_action@1.0.0 - env: - API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }} + - name: copy1 + - uses: GuillaumeFalourd/copy-push-files@v1 with: - source_folder: './tmp' - destination_repo: 'IceWhaleTech/_appstore' - destination_folder: './' - INPUT_DESTINATION_BRANCH: main - OUTPUT_BRANCH: main - user_email: 'q2676515970@163.com' - user_name: 'raller1028' + source_files: ./recommend-list.json ./category-list.json + remote_repository: https://github.com/IceWhaleTech/_appstore + access_token: ${{ secrets.API_TOKEN_GITHUB2 }}