2
0
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:
sidey79 2021-11-07 02:02:16 +01:00 committed by GitHub
parent 56435c692f
commit 16d885c295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' }}