mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
try add and commit action
This commit is contained in:
parent
839a978c46
commit
377aca9cd7
20
.github/workflows/mirror.yml
vendored
20
.github/workflows/mirror.yml
vendored
@ -99,16 +99,16 @@ jobs:
|
||||
echo "A permanent error occured"
|
||||
exit 1
|
||||
|
||||
#- name: Commit changes
|
||||
# if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
||||
# uses: EndBug/add-and-commit@v7
|
||||
# with:
|
||||
# message: 'add workflow file'
|
||||
# cwd: './src/fhem-mirror'
|
||||
# add: '.github/*'
|
||||
# branch: master
|
||||
# pull: 'NO-PULL'
|
||||
# push: false
|
||||
- name: Commit changes
|
||||
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
||||
uses: EndBug/add-and-commit@v7
|
||||
with:
|
||||
message: 'add workflow file'
|
||||
cwd: './src/fhem-mirror'
|
||||
add: '.github/*'
|
||||
branch: main
|
||||
pull: 'NO-PULL'
|
||||
push: origin main --force
|
||||
|
||||
- name: Recreate tags from svn
|
||||
if: ${{ steps.fetchsvn.outputs.SVN_FETCH_STATUS == 'complete' }}
|
||||
|
Loading…
Reference in New Issue
Block a user