Update pushtorally.yml
This commit is contained in:
parent
eec19d241a
commit
74568768cf
|
@ -12,6 +12,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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
|
||||
run: sudo find . -name "*.png" | xargs sudo rm -f
|
||||
- name: Pushes to another repository
|
||||
|
|
Loading…
Reference in New Issue