From e333bd217fb10fdcaca7776e53b42de8410db70d Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Fri, 10 Dec 2021 07:03:07 +0100 Subject: [PATCH] Update mirror.yml Remove Copy step --- .github/workflows/mirror.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 65b88176e..b073141a1 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -88,10 +88,10 @@ jobs: echo "::set-output name=SVN_FETCH_STATUS::complete" fi - - name: Copy Workflow Files to target - if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }} - run: | - cp -R ${GITHUB_WORKSPACE}/main/.github ./src/fhem-mirror + # - name: Copy Workflow Files to target + # if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }} + # run: | + # cp -R ${GITHUB_WORKSPACE}/main/.github ./src/fhem-mirror - name: Verify no fetch error state if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'error' }}