Update push_to_new_AppStore.yml (#137)

This commit is contained in:
raller1028 2023-05-12 11:22:53 +08:00 committed by GitHub
parent e2d6228a4e
commit 90bd144f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 11 deletions

View File

@ -30,15 +30,9 @@ jobs:
cp -r ./Apps ./tmp
cp recommend-list.json category-list.json ./tmp
ls ./tmp
- name: Pushes test folder
uses: datalbry/copy_folder_to_another_repo_action@1.0.0
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }}
- name: copy1
- uses: GuillaumeFalourd/copy-push-files@v1
with:
source_folder: './tmp'
destination_repo: 'IceWhaleTech/_appstore'
destination_folder: './'
INPUT_DESTINATION_BRANCH: main
OUTPUT_BRANCH: main
user_email: 'q2676515970@163.com'
user_name: 'raller1028'
source_files: ./recommend-list.json ./category-list.json
remote_repository: https://github.com/IceWhaleTech/_appstore
access_token: ${{ secrets.API_TOKEN_GITHUB2 }}