2
0
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:
sidey79 2021-12-08 23:08:14 +01:00
parent 137f957e1d
commit 3cb53298d5

View File

@ -76,7 +76,7 @@ jobs:
RET=124
c=0
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
if [ "$RET" -ne 0 ] && [ "$RET" -ne 124 ]; then
echo "::set-output name=SVN_FETCH_STATUS::error"