Update pushtojerry.yml
This commit is contained in:
parent
4dc2e10ca9
commit
e754955b1f
|
@ -13,6 +13,7 @@ jobs:
|
||||||
- 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
|
||||||
- uses: cpina/github-action-push-to-another-repository@main
|
- uses: cpina/github-action-push-to-another-repository@main
|
||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB1 }}
|
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB1 }}
|
||||||
|
|
Loading…
Reference in New Issue