68686969 - id : checkout
7070 name : Checkout ${{ env.REF_NAME }}
71- 71+ 7272 with :
7373 persist-credentials : false
7474 ref : ${{ env.REF }}
@@ -102,7 +102,7 @@ jobs:
102102 steps :
103103 - id : checkout
104104 name : Checkout ${{ env.REF_NAME }}
105- 105+ 106106 with :
107107 fetch-depth : 0
108108 persist-credentials : false
@@ -130,7 +130,7 @@ jobs:
130130 steps :
131131 - id : checkout
132132 name : Checkout ${{ env.REF_NAME }}
133- 133+ 134134 with :
135135 persist-credentials : false
136136 ref : ${{ env.REF }}
@@ -166,7 +166,7 @@ jobs:
166166 steps :
167167 - id : checkout
168168 name : Checkout ${{ env.REF_NAME }}
169- 169+ 170170 with :
171171 persist-credentials : false
172172 ref : ${{ env.REF }}
@@ -194,7 +194,7 @@ jobs:
194194 steps :
195195 - id : checkout
196196 name : Checkout ${{ env.REF_NAME }}
197- 197+ 198198 with :
199199 fetch-depth : ${{ github.event_name == 'pull_request' && 0 || 1 }}
200200 persist-credentials : false
@@ -216,7 +216,7 @@ jobs:
216216 steps :
217217 - id : checkout
218218 name : Checkout ${{ env.REF_NAME }}
219- 219+ 220220 with :
221221 persist-credentials : false
222222 ref : ${{ env.REF }}
@@ -257,7 +257,7 @@ jobs:
257257 steps :
258258 - id : checkout
259259 name : Checkout ${{ env.REF_NAME }}
260- 260+ 261261 with :
262262 persist-credentials : false
263263 ref : ${{ env.REF }}
@@ -338,7 +338,7 @@ jobs:
338338 steps :
339339 - id : checkout
340340 name : Checkout ${{ env.REF_NAME }}
341- 341+ 342342 with :
343343 persist-credentials : false
344344 ref : ${{ env.REF }}
@@ -422,7 +422,7 @@ jobs:
422422 echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT
423423 - id : checkout
424424 name : Checkout ${{ env.REF_NAME }}
425- 425+ 426426 with :
427427 fetch-depth : 0
428428 persist-credentials : false
0 commit comments