Update pushtorally.yml

This commit is contained in:
raller1028 2023-02-16 11:12:58 +08:00 committed by GitHub
parent 58decd6bf4
commit 4bae70dbe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 12 deletions

View File

@ -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: