diff --git a/.github/workflows/pushtojerry.yml b/.github/workflows/pushtojerry.yml index e1e1c7c..51a14c5 100644 --- a/.github/workflows/pushtojerry.yml +++ b/.github/workflows/pushtojerry.yml @@ -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: