Update push_to_new_AppStore.yml (#137)
This commit is contained in:
parent
e2d6228a4e
commit
90bd144f0b
|
@ -30,15 +30,9 @@ 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: Pushes test folder
|
- name: copy1
|
||||||
uses: datalbry/copy_folder_to_another_repo_action@1.0.0
|
- uses: GuillaumeFalourd/copy-push-files@v1
|
||||||
env:
|
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }}
|
|
||||||
with:
|
with:
|
||||||
source_folder: './tmp'
|
source_files: ./recommend-list.json ./category-list.json
|
||||||
destination_repo: 'IceWhaleTech/_appstore'
|
remote_repository: https://github.com/IceWhaleTech/_appstore
|
||||||
destination_folder: './'
|
access_token: ${{ secrets.API_TOKEN_GITHUB2 }}
|
||||||
INPUT_DESTINATION_BRANCH: main
|
|
||||||
OUTPUT_BRANCH: main
|
|
||||||
user_email: 'q2676515970@163.com'
|
|
||||||
user_name: 'raller1028'
|
|
||||||
|
|
Loading…
Reference in New Issue