mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
run steps conditionaly
This commit is contained in:
parent
0887af1d39
commit
7deb4ba8ff
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -94,6 +94,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Copy Workflow Files to target
|
- name: Copy Workflow Files to target
|
||||||
|
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
||||||
run: |
|
run: |
|
||||||
cp -R ${GITHUB_WORKSPACE}/main/.github ./src/fhem-mirror
|
cp -R ${GITHUB_WORKSPACE}/main/.github ./src/fhem-mirror
|
||||||
|
|
||||||
@ -104,6 +105,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v7
|
||||||
with:
|
with:
|
||||||
message: 'add workflow file'
|
message: 'add workflow file'
|
||||||
|
Loading…
Reference in New Issue
Block a user