|
61 | 61 | |
62 | 62 | - id: checkout |
63 | 63 | name: Checkout ${{ env.REF_NAME }} |
64 | | - |
| 64 | + |
65 | 65 | with: |
66 | 66 | persist-credentials: false |
67 | 67 | ref: ${{ env.REF }} |
|
95 | 95 | steps: |
96 | 96 | - id: checkout |
97 | 97 | name: Checkout ${{ env.REF_NAME }} |
98 | | - |
| 98 | + |
99 | 99 | with: |
100 | 100 | fetch-depth: 0 |
101 | 101 | persist-credentials: false |
@@ -123,7 +123,7 @@ jobs: |
123 | 123 | steps: |
124 | 124 | - id: checkout |
125 | 125 | name: Checkout ${{ env.REF_NAME }} |
126 | | - |
| 126 | + |
127 | 127 | with: |
128 | 128 | persist-credentials: false |
129 | 129 | ref: ${{ env.REF }} |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | steps: |
160 | 160 | - id: checkout |
161 | 161 | name: Checkout ${{ env.REF_NAME }} |
162 | | - |
| 162 | + |
163 | 163 | with: |
164 | 164 | persist-credentials: false |
165 | 165 | ref: ${{ env.REF }} |
@@ -187,7 +187,7 @@ jobs: |
187 | 187 | steps: |
188 | 188 | - id: checkout |
189 | 189 | name: Checkout ${{ env.REF_NAME }} |
190 | | - |
| 190 | + |
191 | 191 | with: |
192 | 192 | fetch-depth: 0 |
193 | 193 | persist-credentials: false |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT |
216 | 216 | - id: checkout |
217 | 217 | name: Checkout ${{ env.REF_NAME }} |
218 | | - |
| 218 | + |
219 | 219 | with: |
220 | 220 | fetch-depth: 0 |
221 | 221 | persist-credentials: false |
|
0 commit comments