From cae8adf150fa622aeb6bc4177c184d123fd0a484 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Sun, 7 Nov 2021 01:28:39 +0100 Subject: [PATCH] Update mirror.yml fix commands --- .github/workflows/mirror.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 9423a6724..435cc5613 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -108,10 +108,9 @@ jobs: # ls -la ; # git config --add remote.origin.push 'refs/remotes/svn/trunk:refs/heads/master'; - name: Recopy Workflow Files - run: + run: | ls -a ${GITHUB_WORKSPACE} cp -R ${GITHUB_WORKSPACE}/.github ./src/fhem-mirror - exit 1 - name: Push force changes to master branch in same repo if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}