From 99c00dad9c94dbb803d404d870e41a4d75311dfb Mon Sep 17 00:00:00 2001 From: arf20 <35542215+arf20@users.noreply.github.com> Date: Wed, 24 Jan 2024 00:24:27 +0100 Subject: Fix actions clone --- .github/workflows/mirror.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index d0ff24c..dd23b3b 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -6,8 +6,8 @@ jobs: push-mirror: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 + - name: Push to remote repo + run: git clone https://github.com/ARF20NET/arfnet2-web && cd arfnet2-web - name: Push to remote repo - run: git push -u https://${{secrets.MIRROR_USER}}:${{secrets.MIRROR_PASSWORD}}@git.arf20.com/arfnet2-web master --force + run: git push -u https://${{secrets.MIRROR_USER}}:${{secrets.MIRROR_PASSWORD}}@git.arf20.com/arfnet2-web master -- cgit v1.2.3