Update pushtorally.yml
This commit is contained in:
parent
b81d5a7de8
commit
8db6b1469e
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: remove all images
|
- name: remove all images
|
||||||
run: find . -name "*.png" | xargs rm -f
|
run: sudo find . -name "*.png" | xargs sudo rm -f
|
||||||
- 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:
|
||||||
|
@ -21,5 +21,4 @@ jobs:
|
||||||
source-directory: './'
|
source-directory: './'
|
||||||
destination-github-username: 'raller1028'
|
destination-github-username: 'raller1028'
|
||||||
destination-repository-name: 'appstore'
|
destination-repository-name: 'appstore'
|
||||||
user-email: 2676515970@163.com
|
user-email: q2676515970@163.com
|
||||||
target-branch: main
|
|
||||||
|
|
Loading…
Reference in New Issue