|
69 | 69 | run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
|
70 | 70 |
|
71 | 71 | - name: Reset existing repo
|
72 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 72 | + run: | |
| 73 | + git config --global --add safe.directory /__w/dotty/dotty |
| 74 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
73 | 75 |
|
74 | 76 | - name: Checkout cleanup script
|
75 | 77 | uses: actions/checkout@v4
|
@@ -120,7 +122,9 @@ jobs:
|
120 | 122 | run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
|
121 | 123 |
|
122 | 124 | - name: Reset existing repo
|
123 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 125 | + run: | |
| 126 | + git config --global --add safe.directory /__w/dotty/dotty |
| 127 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
124 | 128 |
|
125 | 129 | - name: Checkout cleanup script
|
126 | 130 | uses: actions/checkout@v4
|
@@ -174,7 +178,9 @@ jobs:
|
174 | 178 | run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
|
175 | 179 |
|
176 | 180 | - name: Reset existing repo
|
177 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 181 | + run: | |
| 182 | + git config --global --add safe.directory /__w/dotty/dotty |
| 183 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
178 | 184 |
|
179 | 185 | - name: Checkout cleanup script
|
180 | 186 | uses: actions/checkout@v4
|
@@ -211,8 +217,10 @@ jobs:
|
211 | 217 |
|
212 | 218 | steps:
|
213 | 219 | - name: Reset existing repo
|
214 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
215 | 220 | shell: cmd
|
| 221 | + run: | |
| 222 | + git config --global --add safe.directory /__w/dotty/dotty |
| 223 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
216 | 224 |
|
217 | 225 | - name: Git Checkout
|
218 | 226 | uses: actions/checkout@v4
|
@@ -253,8 +261,10 @@ jobs:
|
253 | 261 |
|
254 | 262 | steps:
|
255 | 263 | - name: Reset existing repo
|
256 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
257 | 264 | shell: cmd
|
| 265 | + run: | |
| 266 | + git config --global --add safe.directory /__w/dotty/dotty |
| 267 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
258 | 268 |
|
259 | 269 | - name: Git Checkout
|
260 | 270 | uses: actions/checkout@v4
|
@@ -294,7 +304,9 @@ jobs:
|
294 | 304 | run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
|
295 | 305 |
|
296 | 306 | - name: Reset existing repo
|
297 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 307 | + run: | |
| 308 | + git config --global --add safe.directory /__w/dotty/dotty |
| 309 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
298 | 310 |
|
299 | 311 | - name: Checkout cleanup script
|
300 | 312 | uses: actions/checkout@v4
|
@@ -344,7 +356,9 @@ jobs:
|
344 | 356 | - name: Set JDK 8 as default
|
345 | 357 | run: echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
|
346 | 358 | - name: Reset existing repo
|
347 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 359 | + run: | |
| 360 | + git config --global --add safe.directory /__w/dotty/dotty |
| 361 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
348 | 362 |
|
349 | 363 | - name: Checkout cleanup script
|
350 | 364 | uses: actions/checkout@v4
|
@@ -396,7 +410,9 @@ jobs:
|
396 | 410 | - name: Set JDK 8 as default
|
397 | 411 | run: echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
|
398 | 412 | - name: Reset existing repo
|
399 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 413 | + run: | |
| 414 | + git config --global --add safe.directory /__w/dotty/dotty |
| 415 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
400 | 416 |
|
401 | 417 | - name: Checkout cleanup script
|
402 | 418 | uses: actions/checkout@v4
|
@@ -448,7 +464,9 @@ jobs:
|
448 | 464 | - name: Set JDK 8 as default
|
449 | 465 | run: echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
|
450 | 466 | - name: Reset existing repo
|
451 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 467 | + run: | |
| 468 | + git config --global --add safe.directory /__w/dotty/dotty |
| 469 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
452 | 470 |
|
453 | 471 | - name: Checkout cleanup script
|
454 | 472 | uses: actions/checkout@v4
|
@@ -499,7 +517,9 @@ jobs:
|
499 | 517 | run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
|
500 | 518 |
|
501 | 519 | - name: Reset existing repo
|
502 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 520 | + run: | |
| 521 | + git config --global --add safe.directory /__w/dotty/dotty |
| 522 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
503 | 523 |
|
504 | 524 | - name: Checkout cleanup script
|
505 | 525 | uses: actions/checkout@v4
|
@@ -546,7 +566,9 @@ jobs:
|
546 | 566 | run: echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
|
547 | 567 |
|
548 | 568 | - name: Reset existing repo
|
549 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 569 | + run: | |
| 570 | + git config --global --add safe.directory /__w/dotty/dotty |
| 571 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
550 | 572 |
|
551 | 573 | - name: Checkout cleanup script
|
552 | 574 | uses: actions/checkout@v4
|
@@ -592,7 +614,9 @@ jobs:
|
592 | 614 | - name: Set JDK 17 as default
|
593 | 615 | run: echo "/usr/lib/jvm/java-17-openjdk-amd64/bin" >> $GITHUB_PATH
|
594 | 616 | - name: Reset existing repo
|
595 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 617 | + run: | |
| 618 | + git config --global --add safe.directory /__w/dotty/dotty |
| 619 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
596 | 620 |
|
597 | 621 | - name: Checkout cleanup script
|
598 | 622 | uses: actions/checkout@v4
|
@@ -646,7 +670,9 @@ jobs:
|
646 | 670 |
|
647 | 671 | steps:
|
648 | 672 | - name: Reset existing repo
|
649 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 673 | + run: | |
| 674 | + git config --global --add safe.directory /__w/dotty/dotty |
| 675 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
650 | 676 |
|
651 | 677 | - name: Checkout cleanup script
|
652 | 678 | uses: actions/checkout@v4
|
@@ -697,7 +723,9 @@ jobs:
|
697 | 723 |
|
698 | 724 | steps:
|
699 | 725 | - name: Reset existing repo
|
700 |
| - run: git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
| 726 | + run: | |
| 727 | + git config --global --add safe.directory /__w/dotty/dotty |
| 728 | + git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/lampepfl/dotty" && git reset --hard FETCH_HEAD || true |
701 | 729 |
|
702 | 730 | - name: Checkout cleanup script
|
703 | 731 | uses: actions/checkout@v4
|
|
0 commit comments