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:
parent
2f1531b347
commit
cae8adf150
3
.github/workflows/mirror.yml
vendored
3
.github/workflows/mirror.yml
vendored
@ -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' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user