|
72 | 72 | -
|
73 | 73 | name: Checkout
|
74 | 74 | uses: actions/checkout@v2
|
75 |
| - - |
76 |
| - name: Fetch all history for all tags and branches |
77 |
| - run: git fetch --prune --unshallow |
| 75 | + with: |
| 76 | + fetch-depth: 0 |
78 | 77 | -
|
79 | 78 | name: Use cached cake frosting
|
80 | 79 | id: cache-cake
|
@@ -129,9 +128,8 @@ jobs:
|
129 | 128 | -
|
130 | 129 | name: Checkout
|
131 | 130 | uses: actions/checkout@v2
|
132 |
| - - |
133 |
| - name: Fetch all history for all tags and branches |
134 |
| - run: git fetch --prune --unshallow |
| 131 | + with: |
| 132 | + fetch-depth: 0 |
135 | 133 | -
|
136 | 134 | name: Use cached cake frosting
|
137 | 135 | id: cache-cake
|
@@ -170,9 +168,8 @@ jobs:
|
170 | 168 | -
|
171 | 169 | name: Checkout
|
172 | 170 | uses: actions/checkout@v2
|
173 |
| - - |
174 |
| - name: Fetch all history for all tags and branches |
175 |
| - run: git fetch --prune --unshallow |
| 171 | + with: |
| 172 | + fetch-depth: 0 |
176 | 173 | -
|
177 | 174 | name: Use cached cake frosting
|
178 | 175 | id: cache-cake
|
@@ -218,9 +215,8 @@ jobs:
|
218 | 215 | -
|
219 | 216 | name: Checkout
|
220 | 217 | uses: actions/checkout@v2
|
221 |
| - - |
222 |
| - name: Fetch all history for all tags and branches |
223 |
| - run: git fetch --prune --unshallow |
| 218 | + with: |
| 219 | + fetch-depth: 0 |
224 | 220 | -
|
225 | 221 | name: Use cached cake frosting
|
226 | 222 | id: cache-cake
|
@@ -284,9 +280,8 @@ jobs:
|
284 | 280 | -
|
285 | 281 | name: Checkout
|
286 | 282 | uses: actions/checkout@v2
|
287 |
| - - |
288 |
| - name: Fetch all history for all tags and branches |
289 |
| - run: git fetch --prune --unshallow |
| 283 | + with: |
| 284 | + fetch-depth: 0 |
290 | 285 | -
|
291 | 286 | name: Use cached cake frosting
|
292 | 287 | id: cache-cake
|
@@ -384,9 +379,8 @@ jobs:
|
384 | 379 | -
|
385 | 380 | name: Checkout
|
386 | 381 | uses: actions/checkout@v2
|
387 |
| - - |
388 |
| - name: Fetch all history for all tags and branches |
389 |
| - run: git fetch --prune --unshallow |
| 382 | + with: |
| 383 | + fetch-depth: 0 |
390 | 384 | -
|
391 | 385 | name: Use cached cake frosting
|
392 | 386 | id: cache-cake
|
@@ -428,9 +422,8 @@ jobs:
|
428 | 422 | -
|
429 | 423 | name: Checkout
|
430 | 424 | uses: actions/checkout@v2
|
431 |
| - - |
432 |
| - name: Fetch all history for all tags and branches |
433 |
| - run: git fetch --prune --unshallow |
| 425 | + with: |
| 426 | + fetch-depth: 0 |
434 | 427 | -
|
435 | 428 | name: Use cached cake frosting
|
436 | 429 | id: cache-cake
|
|
0 commit comments