mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
fix actoin command
This commit is contained in:
parent
56435c692f
commit
16d885c295
5
.github/workflows/mirror.yml
vendored
5
.github/workflows/mirror.yml
vendored
@ -116,11 +116,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
message: 'add workflow file'
|
message: 'add workflow file'
|
||||||
cwd: './src/fhem-mirror'
|
cwd: './src/fhem-mirror'
|
||||||
add: '/.github/*'
|
add: '.github/*'
|
||||||
branch: 'main'
|
branch: 'main'
|
||||||
pull: 'NO-PULL'
|
pull: 'NO-PULL'
|
||||||
psuh: '--force'
|
push: '--force'
|
||||||
|
|
||||||
|
|
||||||
- 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