Update pushtorally.yml
This commit is contained in:
parent
8db6b1469e
commit
662d90717c
|
@ -11,6 +11,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue