2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

Update mirror.yml

fix yaml error
This commit is contained in:
sidey79 2021-12-06 22:20:09 +01:00 committed by GitHub
parent 42209fad29
commit 59a1d64911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,8 +115,8 @@ jobs:
pull: 'NO-PULL'
push: false
- name: Recreate tags from svn
run: |
- name: Recreate tags from svn
run: |
for tag in `git branch -r | grep "tags/" | sed 's/ tags\///'`; do
git tag -a -m"Converting SVN tags" $tag refs/remotes/$tag
done