From f424554f63ab54a4e9f87a985b0269be1410242c Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Mon, 27 Mar 2023 13:41:37 +0800 Subject: [PATCH] Update push_to_new_AppStore.yml --- .github/workflows/push_to_new_AppStore.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index 0823f5c..d7a943f 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -19,9 +19,18 @@ jobs: env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }} with: - source-directory: '.' + source-directory: './Apps' destination-github-username: 'IceWhaleTech' destination-repository-name: 'CasaOS-NewAppStore' user-email: q2676515970@163.com - target-directory: '' - + target-directory: './Apps' + - name: Pushes to another repository1 + uses: cpina/github-action-push-to-another-repository@main + env: + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }} + with: + source-directory: './recommend-list.json' + destination-github-username: 'IceWhaleTech' + destination-repository-name: 'CasaOS-NewAppStore' + user-email: q2676515970@163.com + target-directory: '.'