Update push_to_new_AppStore.yml

This commit is contained in:
raller1028 2023-03-27 13:41:37 +08:00 committed by GitHub
parent b0972c0f7f
commit f424554f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 3 deletions

View File

@ -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: '.'