Update pushtorally.yml

This commit is contained in:
raller1028 2023-02-15 22:54:22 +08:00 committed by GitHub
parent eec19d241a
commit 74568768cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: isntall git
run: sudo apt install --yes git
- name: git global
run: sudo git config --global --add safe.directory '*'
- name: remove all images - name: remove all images
run: sudo find . -name "*.png" | xargs sudo rm -f run: sudo find . -name "*.png" | xargs sudo rm -f
- name: Pushes to another repository - name: Pushes to another repository