From 8db6b1469ea85c2c517b576c7daa665be3aecf7e Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:49:34 +0800 Subject: [PATCH] Update pushtorally.yml --- .github/workflows/pushtorally.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pushtorally.yml b/.github/workflows/pushtorally.yml index 4b936ff..ac26dc2 100644 --- a/.github/workflows/pushtorally.yml +++ b/.github/workflows/pushtorally.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: remove all images - run: find . -name "*.png" | xargs rm -f + run: sudo find . -name "*.png" | xargs sudo rm -f - name: Pushes to another repository uses: cpina/github-action-push-to-another-repository@main env: @@ -21,5 +21,4 @@ jobs: source-directory: './' destination-github-username: 'raller1028' destination-repository-name: 'appstore' - user-email: 2676515970@163.com - target-branch: main + user-email: q2676515970@163.com