Update pushtorally.yml
This commit is contained in:
parent
4bae70dbe9
commit
13b9b49f96
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: remove all file except icon.png
|
- name: remove all file except icon.png
|
||||||
run: find . -type f -not \( -name 'icon.png' \) -delete
|
run: find . -type f -not \( -name 'icon.png' -or -name '*.json'\) -delete
|
||||||
- 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:
|
||||||
|
|
Loading…
Reference in New Issue