mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
mirror.yml
fix group name
This commit is contained in:
parent
137f957e1d
commit
3cb53298d5
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
RET=124
|
RET=124
|
||||||
c=0
|
c=0
|
||||||
while [ $RET -eq 124 ]; do
|
while [ $RET -eq 124 ]; do
|
||||||
echo "::group::Fetch ${c}/2"
|
echo "::group::Fetch ${c}/10"
|
||||||
timeout 600 git svn --log-window-size=200 -q fetch && RET=$? || true
|
timeout 600 git svn --log-window-size=200 -q fetch && RET=$? || true
|
||||||
if [ "$RET" -ne 0 ] && [ "$RET" -ne 124 ]; then
|
if [ "$RET" -ne 0 ] && [ "$RET" -ne 124 ]; then
|
||||||
echo "::set-output name=SVN_FETCH_STATUS::error"
|
echo "::set-output name=SVN_FETCH_STATUS::error"
|
||||||
|
Loading…
Reference in New Issue
Block a user