Update push_to_new_AppStore.yml (#140)
This commit is contained in:
parent
bd049d482a
commit
d643fe688b
|
@ -30,12 +30,14 @@ jobs:
|
||||||
cp -r ./Apps ./tmp
|
cp -r ./Apps ./tmp
|
||||||
cp recommend-list.json category-list.json ./tmp
|
cp recommend-list.json category-list.json ./tmp
|
||||||
ls ./tmp
|
ls ./tmp
|
||||||
- name: copy1
|
- name: Copycat
|
||||||
uses: GuillaumeFalourd/copy-push-files@v1
|
uses: andstor/copycat-action@v3
|
||||||
with:
|
with:
|
||||||
|
personal_token: ${{ secrets.API_TOKEN_GITHUB2 }}
|
||||||
|
src_path: tmp
|
||||||
|
dst_owner: IceWhaleTech
|
||||||
|
dst_repo_name: _appstore
|
||||||
email: q2676515970@163.com
|
email: q2676515970@163.com
|
||||||
name: raller1028
|
src_branch: main
|
||||||
target_branch: main
|
dst_branch: main
|
||||||
source_files: ./recommend-list.json ./category-list.json
|
clean: true
|
||||||
remote_repository: https://github.com/IceWhaleTech/_appstore
|
|
||||||
access_token: ${{ secrets.API_TOKEN_GITHUB2 }}
|
|
||||||
|
|
Loading…
Reference in New Issue