Update push_to_new_AppStore.yml (#140)

This commit is contained in:
raller1028 2023-05-12 11:37:29 +08:00 committed by GitHub
parent bd049d482a
commit d643fe688b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -30,12 +30,14 @@ jobs:
cp -r ./Apps ./tmp
cp recommend-list.json category-list.json ./tmp
ls ./tmp
- name: copy1
uses: GuillaumeFalourd/copy-push-files@v1
- name: Copycat
uses: andstor/copycat-action@v3
with:
personal_token: ${{ secrets.API_TOKEN_GITHUB2 }}
src_path: tmp
dst_owner: IceWhaleTech
dst_repo_name: _appstore
email: q2676515970@163.com
name: raller1028
target_branch: main
source_files: ./recommend-list.json ./category-list.json
remote_repository: https://github.com/IceWhaleTech/_appstore
access_token: ${{ secrets.API_TOKEN_GITHUB2 }}
src_branch: main
dst_branch: main
clean: true