mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Update mirror.yml
checkout master not main
This commit is contained in:
parent
dbcd4907ce
commit
510f717f63
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
RET=0
|
||||
timeout 1200 git svn -q fetch || timeout 120 git svn -q fetch || RET=$?; # Limit each run to 20 minutes to not overload fhem.de servers and build cache in chunks
|
||||
if [[ $RET == 0 ]]; then
|
||||
git checkout -f "main"
|
||||
git checkout -f "master"
|
||||
git rebase "remotes/svn/trunk"
|
||||
git add .github/* -m "add workflow files"
|
||||
echo "::set-output name=SVN_FETCH_STATUS::complete"
|
||||
|
Loading…
Reference in New Issue
Block a user