Update push_to_new_AppStore.yml
This commit is contained in:
parent
b98ec41805
commit
8c3277c6dc
|
@ -24,3 +24,13 @@ jobs:
|
||||||
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: './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'
|
||||||
|
|
Loading…
Reference in New Issue