67676868 - id : checkout
6969 name : Checkout ${{ env.REF_NAME }}
70- 70+ 7171 with :
7272 persist-credentials : false
7373 ref : ${{ env.REF }}
@@ -101,7 +101,7 @@ jobs:
101101 steps :
102102 - id : checkout
103103 name : Checkout ${{ env.REF_NAME }}
104- 104+ 105105 with :
106106 fetch-depth : 0
107107 persist-credentials : false
@@ -129,7 +129,7 @@ jobs:
129129 steps :
130130 - id : checkout
131131 name : Checkout ${{ env.REF_NAME }}
132- 132+ 133133 with :
134134 persist-credentials : false
135135 ref : ${{ env.REF }}
@@ -165,7 +165,7 @@ jobs:
165165 steps :
166166 - id : checkout
167167 name : Checkout ${{ env.REF_NAME }}
168- 168+ 169169 with :
170170 persist-credentials : false
171171 ref : ${{ env.REF }}
@@ -193,7 +193,7 @@ jobs:
193193 steps :
194194 - id : checkout
195195 name : Checkout ${{ env.REF_NAME }}
196- 196+ 197197 with :
198198 fetch-depth : ${{ github.event_name == 'pull_request' && 0 || 1 }}
199199 persist-credentials : false
@@ -215,7 +215,7 @@ jobs:
215215 steps :
216216 - id : checkout
217217 name : Checkout ${{ env.REF_NAME }}
218- 218+ 219219 with :
220220 persist-credentials : false
221221 ref : ${{ env.REF }}
@@ -255,7 +255,7 @@ jobs:
255255 steps :
256256 - id : checkout
257257 name : Checkout ${{ env.REF_NAME }}
258- 258+ 259259 with :
260260 persist-credentials : false
261261 ref : ${{ env.REF }}
@@ -337,7 +337,7 @@ jobs:
337337 steps :
338338 - id : checkout
339339 name : Checkout ${{ env.REF_NAME }}
340- 340+ 341341 with :
342342 persist-credentials : false
343343 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