Update pushtorally.yml
This commit is contained in:
parent
13b9b49f96
commit
78d36268f7
|
@ -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' -or -name '*.json'\) -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