Update push_to_new_AppStore.yml
This commit is contained in:
parent
bd63509ed7
commit
51dfcf0df9
|
@ -11,7 +11,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v2
|
||||||
- name: remove all file except icon.png
|
- name: remove all file except icon.png
|
||||||
run: find . -type f -not \( -name 'icon.png' -or -name '*.json' -or -name '*.yml' \) -delete
|
run: find . -type f -not \( -name 'icon.png' -or -name '*.json' -or -name '*.yml' \) -delete
|
||||||
- name: Pushes to another repository
|
- name: Pushes to another repository
|
||||||
|
@ -24,11 +24,10 @@ 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: Copycat
|
- name: Copycat
|
||||||
uses: andstor/copycat-action@v3
|
uses: andstor/copycat-action@v3
|
||||||
with:
|
with:
|
||||||
personal_token: ${{ secrets.GITHUB_TOKEN }}
|
personal_token: ${{ secrets.API_TOKEN_GITHUB2 }}
|
||||||
src_path: ./recommend-list.json
|
src_path: ./recommend-list.json
|
||||||
dst_owner: IceWhaleTech
|
dst_owner: IceWhaleTech
|
||||||
dst_repo_name: CasaOS-NewAppStore
|
dst_repo_name: CasaOS-NewAppStore
|
||||||
|
|
Loading…
Reference in New Issue