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:
parent
42209fad29
commit
59a1d64911
4
.github/workflows/mirror.yml
vendored
4
.github/workflows/mirror.yml
vendored
@ -115,8 +115,8 @@ jobs:
|
|||||||
pull: 'NO-PULL'
|
pull: 'NO-PULL'
|
||||||
push: false
|
push: false
|
||||||
|
|
||||||
- name: Recreate tags from svn
|
- name: Recreate tags from svn
|
||||||
run: |
|
run: |
|
||||||
for tag in `git branch -r | grep "tags/" | sed 's/ tags\///'`; do
|
for tag in `git branch -r | grep "tags/" | sed 's/ tags\///'`; do
|
||||||
git tag -a -m"Converting SVN tags" $tag refs/remotes/$tag
|
git tag -a -m"Converting SVN tags" $tag refs/remotes/$tag
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user