Update push_to_new_AppStore.yml (#133)

This commit is contained in:
raller1028 2023-05-12 11:00:03 +08:00 committed by GitHub
parent 3b9aade452
commit bcc721cdae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

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