2
0
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:
sidey79 2021-12-12 00:31:37 +01:00 committed by GitHub
parent 839a978c46
commit 377aca9cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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