Update push_to_new_AppStore.yml (#143)

This commit is contained in:
raller1028 2023-05-12 12:02:44 +08:00 committed by GitHub
parent 66702134e0
commit 6c89a63f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -20,14 +20,15 @@ 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
cat ./tmp/recommend-list.json
- name: Pushes to another repository - name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main uses: cpina/github-action-push-to-another-repository@main
env: env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }} API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }}
with: with:
source-directory: './tmp' source-directory: './Apps'
destination-github-username: 'IceWhaleTech' destination-github-username: 'IceWhaleTech'
destination-repository-name: '_appstore' destination-repository-name: '_appstore'
user-email: q2676515970@163.com user-email: q2676515970@163.com
target-directory: './' target-directory: './Apps'