Update pushtojerry.yml

This commit is contained in:
老竭力 2023-02-15 19:44:45 +08:00 committed by GitHub
parent d32cc6ec7b
commit 7398d6d0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: