From e754955b1fa6448e084ef606c20f2431dcc0d6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E7=AB=AD=E5=8A=9B?= Date: Wed, 15 Feb 2023 19:41:59 +0800 Subject: [PATCH] Update pushtojerry.yml --- .github/workflows/pushtojerry.yml | 1 + 1 file changed, 1 insertion(+) 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 }}