diff --git a/.github/workflows/pushtojerry.yml b/.github/workflows/pushtojerry.yml index 576a1ff..aeb83c0 100644 --- a/.github/workflows/pushtojerry.yml +++ b/.github/workflows/pushtojerry.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: remove all images - run: find . -name "*.png" | xargs rm -f + - name: Pushes to another repository - uses: cpina/github-action-push-to-another-repository@main env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB1 }}