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

Update mirror.yml

fix commands
This commit is contained in:
sidey79 2021-11-07 01:28:39 +01:00 committed by GitHub
parent 2f1531b347
commit cae8adf150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,10 +108,9 @@ jobs:
# ls -la ; # ls -la ;
# git config --add remote.origin.push 'refs/remotes/svn/trunk:refs/heads/master'; # git config --add remote.origin.push 'refs/remotes/svn/trunk:refs/heads/master';
- name: Recopy Workflow Files - name: Recopy Workflow Files
run: run: |
ls -a ${GITHUB_WORKSPACE} ls -a ${GITHUB_WORKSPACE}
cp -R ${GITHUB_WORKSPACE}/.github ./src/fhem-mirror cp -R ${GITHUB_WORKSPACE}/.github ./src/fhem-mirror
exit 1
- name: Push force changes to master branch in same repo - name: Push force changes to master branch in same repo
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }} if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}