Update push_to_new_AppStore.yml (#134)
This commit is contained in:
parent
bcc721cdae
commit
c1e19887f8
|
@ -30,14 +30,13 @@ 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: Copycat
|
- name: Pushes test folder
|
||||||
uses: andstor/copycat-action@v3
|
uses: datalbry/copy_folder_to_another_repo_action@1.0.0
|
||||||
|
env:
|
||||||
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }}
|
||||||
with:
|
with:
|
||||||
personal_token: ${{ secrets.API_TOKEN_GITHUB2 }}
|
source_folder: 'tmp'
|
||||||
src_path: tmp
|
destination_repo: 'IceWhaleTech/_appstore'
|
||||||
dst_owner: IceWhaleTech
|
destination_folder: './'
|
||||||
dst_repo_name: _appstore
|
user_email: 'q2676515970@163.com'
|
||||||
dst_path: ./
|
user_name: 'raller1028'
|
||||||
email: q2676515970@163.com
|
|
||||||
src_branch: main
|
|
||||||
dst_branch: main
|
|
||||||
|
|
Loading…
Reference in New Issue