Update push_to_new_AppStore.yml (#133)
This commit is contained in:
parent
3b9aade452
commit
bcc721cdae
|
@ -24,11 +24,17 @@ jobs:
|
||||||
destination-repository-name: '_appstore'
|
destination-repository-name: '_appstore'
|
||||||
user-email: q2676515970@163.com
|
user-email: q2676515970@163.com
|
||||||
target-directory: './Apps'
|
target-directory: './Apps'
|
||||||
- name: Copycat1
|
- name: cp
|
||||||
|
run: |
|
||||||
|
mkdir ./tmp
|
||||||
|
cp -r ./Apps ./tmp
|
||||||
|
cp recommend-list.json category-list.json ./tmp
|
||||||
|
ls ./tmp
|
||||||
|
- name: Copycat
|
||||||
uses: andstor/copycat-action@v3
|
uses: andstor/copycat-action@v3
|
||||||
with:
|
with:
|
||||||
personal_token: ${{ secrets.API_TOKEN_GITHUB2 }}
|
personal_token: ${{ secrets.API_TOKEN_GITHUB2 }}
|
||||||
src_path: recommend-list.json category-list.json
|
src_path: tmp
|
||||||
dst_owner: IceWhaleTech
|
dst_owner: IceWhaleTech
|
||||||
dst_repo_name: _appstore
|
dst_repo_name: _appstore
|
||||||
dst_path: ./
|
dst_path: ./
|
||||||
|
|
Loading…
Reference in New Issue