Update pushtojerry.yml
This commit is contained in:
parent
d32cc6ec7b
commit
7398d6d0a0
|
@ -7,12 +7,12 @@ on:
|
||||||
branches: [ api_v2 ]
|
branches: [ api_v2 ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
build:
|
||||||
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 images
|
||||||
- run: find . -name "*.png" | xargs rm -f
|
run: find . -name "*.png" | xargs rm -f
|
||||||
- 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:
|
||||||
|
|
Loading…
Reference in New Issue