diff --git a/.github/workflows/push_to_new_AppStore.yml b/.github/workflows/push_to_new_AppStore.yml index fdf218a..9182e89 100644 --- a/.github/workflows/push_to_new_AppStore.yml +++ b/.github/workflows/push_to_new_AppStore.yml @@ -19,18 +19,9 @@ jobs: env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }} with: - source-directory: './Apps' + source-directory: './' destination-github-username: 'IceWhaleTech' destination-repository-name: 'CasaOS-NewAppStore' user-email: q2676515970@163.com - target-directory: './Apps' - - name: Pushes recommend json to another repository - 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: './recommend-list.json' + target-directory: './' +