Update pushtojerry.yml
This commit is contained in:
parent
d32cc6ec7b
commit
7398d6d0a0
|
@ -7,12 +7,12 @@ on:
|
|||
branches: [ api_v2 ]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: remove all images
|
||||
- run: find . -name "*.png" | xargs rm -f
|
||||
run: find . -name "*.png" | xargs rm -f
|
||||
- name: Pushes to another repository
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue