2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

Update mirror.yml

checkout every branch to separate directory
This commit is contained in:
sidey79 2021-11-07 12:11:28 +01:00 committed by GitHub
parent 6dbbd47fab
commit 18556338d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,8 @@ jobs:
- name: checkout main branch - name: checkout main branch
uses: actions/checkout@v2.4.0 uses: actions/checkout@v2.4.0
with:
path: ./main
- name: Get current date as seconds - name: Get current date as seconds
id: get-date id: get-date
@ -92,7 +94,7 @@ jobs:
- name: Copy Workflow Files to target - name: Copy Workflow Files to target
run: | run: |
cp -R ${GITHUB_WORKSPACE}/.github ./src/fhem-mirror cp -R ${GITHUB_WORKSPACE}/main/.github ./src/fhem-mirror
- name: Verify no fetch error state - name: Verify no fetch error state
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'error' }} if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'error' }}