2
0
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:
sidey79 2021-12-05 17:48:22 +01:00 committed by GitHub
parent 0887af1d39
commit 7deb4ba8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ jobs:
fi
- name: Copy Workflow Files to target
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
run: |
cp -R ${GITHUB_WORKSPACE}/main/.github ./src/fhem-mirror
@ -104,6 +105,7 @@ jobs:
exit 1
- name: Commit changes
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
uses: EndBug/add-and-commit@v7
with:
message: 'add workflow file'