diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index bc610f0de..cc4b98c3f 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -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'