From 18556338d6841a2a8413956d9bf0d0f0ff915a42 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Sun, 7 Nov 2021 12:11:28 +0100 Subject: [PATCH] Update mirror.yml checkout every branch to separate directory --- .github/workflows/mirror.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 54513e767..4e5a5208a 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -31,6 +31,8 @@ jobs: - name: checkout main branch uses: actions/checkout@v2.4.0 + with: + path: ./main - name: Get current date as seconds id: get-date @@ -92,7 +94,7 @@ jobs: - name: Copy Workflow Files to target run: | - cp -R ${GITHUB_WORKSPACE}/.github ./src/fhem-mirror + cp -R ${GITHUB_WORKSPACE}/main/.github ./src/fhem-mirror - name: Verify no fetch error state if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'error' }}