From 689404490b705c986270485dc6584fa7daa2e270 Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Wed, 15 Feb 2023 23:54:52 +0800 Subject: [PATCH] Update pushtorally.yml --- .github/workflows/pushtorally.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pushtorally.yml b/.github/workflows/pushtorally.yml index 874f7ea..1cda508 100644 --- a/.github/workflows/pushtorally.yml +++ b/.github/workflows/pushtorally.yml @@ -12,12 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: isntall git - run: sudo apt install --yes git - - name: git global - run: sudo git config --global --add safe.directory '*' - name: remove all images - run: sudo find . -name "*.png" | xargs sudo rm -f + run: find . -name "*.png" | xargs rm -f - name: Pushes to another repository uses: cpina/github-action-push-to-another-repository@main env: @@ -25,6 +21,5 @@ jobs: with: source-directory: './Apps' destination-github-username: 'raller1028' - destination-repository-name: 'appstore/tree/main/Apps' + destination-repository-name: 'appstore' user-email: q2676515970@163.com - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}