From 78d36268f73dc90a14bf9a48ef4389322cce43bb Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:18:59 +0800 Subject: [PATCH] Update pushtorally.yml --- .github/workflows/pushtorally.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pushtorally.yml b/.github/workflows/pushtorally.yml index 70a278a..b630d4b 100644 --- a/.github/workflows/pushtorally.yml +++ b/.github/workflows/pushtorally.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: remove all file except icon.png - run: find . -type f -not \( -name 'icon.png' -or -name '*.json'\) -delete + run: find . -type f -not \( -name 'icon.png' -or -name '*.json' \) -delete - name: Pushes to another repository uses: cpina/github-action-push-to-another-repository@main env: