From 74568768cffad5b4e5b1eb063216dc55d0a40f8f Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:54:22 +0800 Subject: [PATCH] Update pushtorally.yml --- .github/workflows/pushtorally.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pushtorally.yml b/.github/workflows/pushtorally.yml index 420f9da..d6e1fae 100644 --- a/.github/workflows/pushtorally.yml +++ b/.github/workflows/pushtorally.yml @@ -12,6 +12,10 @@ 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 - name: Pushes to another repository