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:
parent
6dbbd47fab
commit
18556338d6
4
.github/workflows/mirror.yml
vendored
4
.github/workflows/mirror.yml
vendored
@ -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' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user