|
68 | 68 | if: (github.actor != 'dependabot[bot]' && !endsWith(github.repository , '-template')) |
69 | 69 | uses: actions/checkout@v5.0.0 |
70 | 70 | with: |
| 71 | + clean: true |
71 | 72 | fetch-depth: 0 |
72 | 73 | fetch-tags: true |
73 | 74 |
|
@@ -105,6 +106,7 @@ jobs: |
105 | 106 | - name: "Checkout Source" |
106 | 107 | uses: actions/checkout@v5.0.0 |
107 | 108 | with: |
| 109 | + clean: true |
108 | 110 | fetch-depth: 0 |
109 | 111 | fetch-tags: true |
110 | 112 |
|
@@ -236,6 +238,7 @@ jobs: |
236 | 238 | - name: "Checkout Source" |
237 | 239 | uses: actions/checkout@v5.0.0 |
238 | 240 | with: |
| 241 | + clean: true |
239 | 242 | fetch-depth: 0 |
240 | 243 | fetch-tags: true |
241 | 244 |
|
@@ -271,6 +274,7 @@ jobs: |
271 | 274 | - name: "Checkout Source" |
272 | 275 | uses: actions/checkout@v5.0.0 |
273 | 276 | with: |
| 277 | + clean: true |
274 | 278 | fetch-depth: 0 |
275 | 279 | fetch-tags: true |
276 | 280 |
|
@@ -298,6 +302,7 @@ jobs: |
298 | 302 | - name: "Checkout Source" |
299 | 303 | uses: actions/checkout@v5.0.0 |
300 | 304 | with: |
| 305 | + clean: true |
301 | 306 | fetch-depth: 0 |
302 | 307 | fetch-tags: true |
303 | 308 |
|
@@ -325,6 +330,7 @@ jobs: |
325 | 330 | - name: "Checkout Source" |
326 | 331 | uses: actions/checkout@v5.0.0 |
327 | 332 | with: |
| 333 | + clean: true |
328 | 334 | fetch-depth: 0 |
329 | 335 | fetch-tags: true |
330 | 336 |
|
@@ -364,6 +370,7 @@ jobs: |
364 | 370 | if: steps.visibility.outputs.is_public == 'true' |
365 | 371 | uses: actions/checkout@v5.0.0 |
366 | 372 | with: |
| 373 | + clean: true |
367 | 374 | fetch-depth: 0 |
368 | 375 | fetch-tags: true |
369 | 376 |
|
@@ -393,6 +400,7 @@ jobs: |
393 | 400 | - name: "Checkout Source" |
394 | 401 | uses: actions/checkout@v5.0.0 |
395 | 402 | with: |
| 403 | + clean: true |
396 | 404 | fetch-depth: 0 |
397 | 405 | fetch-tags: true |
398 | 406 |
|
@@ -422,6 +430,7 @@ jobs: |
422 | 430 | - name: "Checkout Source" |
423 | 431 | uses: actions/checkout@v5.0.0 |
424 | 432 | with: |
| 433 | + clean: true |
425 | 434 | fetch-depth: 0 |
426 | 435 | fetch-tags: true |
427 | 436 |
|
|
0 commit comments