Update push_to_new_AppStore.yml

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

View File

@ -19,18 +19,9 @@ jobs:
env: env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }} API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }}
with: with:
source-directory: './Apps' source-directory: './'
destination-github-username: 'IceWhaleTech' destination-github-username: 'IceWhaleTech'
destination-repository-name: 'CasaOS-NewAppStore' destination-repository-name: 'CasaOS-NewAppStore'
user-email: q2676515970@163.com user-email: q2676515970@163.com
target-directory: './Apps' target-directory: './'
- 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'