7272 # # Workaround for https://github.com/actions/runner/issues/2033 (See https://github.com/scala/scala3/pull/19720)
7373 - name : Reset existing repo
7474 run : |
75- git config --global --add safe.directory /__w/scala3/scala3
76- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
75+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
76+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
7777
7878 - name : Checkout cleanup script
7979 uses : actions/checkout@v4
@@ -125,8 +125,8 @@ jobs:
125125
126126 - name : Reset existing repo
127127 run : |
128- git config --global --add safe.directory /__w/scala3/scala3
129- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
128+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
129+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
130130
131131 - name : Checkout cleanup script
132132 uses : actions/checkout@v4
@@ -168,8 +168,8 @@ jobs:
168168 - name : Reset existing repo
169169 shell : cmd
170170 run : |
171- git config --global --add safe.directory /__w/scala3/scala3
172- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
171+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
172+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
173173
174174 - name : Git Checkout
175175 uses : actions/checkout@v4
@@ -212,8 +212,8 @@ jobs:
212212 - name : Reset existing repo
213213 shell : cmd
214214 run : |
215- git config --global --add safe.directory /__w/scala3/scala3
216- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
215+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
216+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
217217
218218 - name : Git Checkout
219219 uses : actions/checkout@v4
@@ -254,8 +254,8 @@ jobs:
254254
255255 - name : Reset existing repo
256256 run : |
257- git config --global --add safe.directory /__w/scala3/scala3
258- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
257+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
258+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
259259
260260 - name : Checkout cleanup script
261261 uses : actions/checkout@v4
@@ -301,8 +301,8 @@ jobs:
301301 run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
302302 - name : Reset existing repo
303303 run : |
304- git config --global --add safe.directory /__w/scala3/scala3
305- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
304+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
305+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
306306
307307 - name : Checkout cleanup script
308308 uses : actions/checkout@v4
@@ -318,7 +318,7 @@ jobs:
318318
319319 - name : Test
320320 run : |
321- git config --global --add safe.directory /__w/scala3/scala3
321+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
322322 git submodule sync
323323 git submodule update --init --recursive --jobs 7
324324 ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestA"
@@ -355,8 +355,8 @@ jobs:
355355 run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
356356 - name : Reset existing repo
357357 run : |
358- git config --global --add safe.directory /__w/scala3/scala3
359- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
358+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
359+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
360360
361361 - name : Checkout cleanup script
362362 uses : actions/checkout@v4
@@ -372,7 +372,7 @@ jobs:
372372
373373 - name : Test
374374 run : |
375- git config --global --add safe.directory /__w/scala3/scala3
375+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
376376 git submodule sync
377377 git submodule update --init --recursive --jobs 7
378378 ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestB"
@@ -409,8 +409,8 @@ jobs:
409409 run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
410410 - name : Reset existing repo
411411 run : |
412- git config --global --add safe.directory /__w/scala3/scala3
413- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
412+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
413+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
414414
415415 - name : Checkout cleanup script
416416 uses : actions/checkout@v4
@@ -426,7 +426,7 @@ jobs:
426426
427427 - name : Test
428428 run : |
429- git config --global --add safe.directory /__w/scala3/scala3
429+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
430430 git submodule sync
431431 git submodule update --init --recursive --jobs 7
432432 ./project/scripts/sbt "community-build/testOnly dotty.communitybuild.CommunityBuildTestC"
@@ -462,8 +462,8 @@ jobs:
462462
463463 - name : Reset existing repo
464464 run : |
465- git config --global --add safe.directory /__w/scala3/scala3
466- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
465+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
466+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
467467
468468 - name : Checkout cleanup script
469469 uses : actions/checkout@v4
@@ -511,8 +511,8 @@ jobs:
511511
512512 - name : Reset existing repo
513513 run : |
514- git config --global --add safe.directory /__w/scala3/scala3
515- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
514+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
515+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
516516
517517 - name : Checkout cleanup script
518518 uses : actions/checkout@v4
@@ -559,8 +559,8 @@ jobs:
559559 run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
560560 - name : Reset existing repo
561561 run : |
562- git config --global --add safe.directory /__w/scala3/scala3
563- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
562+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
563+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
564564
565565 - name : Checkout cleanup script
566566 uses : actions/checkout@v4
@@ -623,8 +623,8 @@ jobs:
623623 steps :
624624 - name : Reset existing repo
625625 run : |
626- git config --global --add safe.directory /__w/scala3/scala3
627- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
626+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
627+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
628628
629629 - name : Checkout cleanup script
630630 uses : actions/checkout@v4
@@ -640,7 +640,7 @@ jobs:
640640
641641 - name : Generate Website
642642 run : |
643- git config --global --add safe.directory /__w/scala3/scala3
643+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
644644 ./project/scripts/genDocs -doc-snapshot
645645
646646 - name : Deploy Website to dotty-website
@@ -678,8 +678,8 @@ jobs:
678678 run : echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
679679 - name : Reset existing repo
680680 run : |
681- git config --global --add safe.directory /__w/scala3/scala3
682- git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
681+ git config --global --add safe.directory /__w/scala3-lts /scala3-lts
682+ git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts " && git reset --hard FETCH_HEAD || true
683683
684684 - name : Checkout cleanup script
685685 uses : actions/checkout@v4
0 commit comments