Update push_to_new_AppStore.yml (#143)
This commit is contained in:
parent
66702134e0
commit
6c89a63f15
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue