Update pushtorally.yml
This commit is contained in:
parent
58decd6bf4
commit
4bae70dbe9
|
@ -12,18 +12,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: remove all images
|
- name: remove all file except icon.png
|
||||||
run: (find . -name "*.jpg" && find . -name "*.png") | xargs rm -f
|
run: find . -type f -not \( -name 'icon.png' \) -delete
|
||||||
- name: remove file
|
|
||||||
run: |
|
|
||||||
rm -rf .github/workflows
|
|
||||||
rm -rf featured-apps.json
|
|
||||||
rm -rf category-list.json
|
|
||||||
rm -rf .gitignore
|
|
||||||
rm -rf README.md
|
|
||||||
rm -rf help
|
|
||||||
- name: show file
|
|
||||||
run: ls
|
|
||||||
- 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