File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 97
97
steps :
98
98
- name : " Checkout"
99
99
uses : " actions/checkout@v2"
100
+ with :
101
+ fetch-depth : 2
100
102
101
103
- name : " Install PHP"
102
104
uses : " shivammathur/setup-php@v2"
@@ -147,6 +149,8 @@ jobs:
147
149
steps :
148
150
- name : " Checkout"
149
151
uses : " actions/checkout@v2"
152
+ with :
153
+ fetch-depth : 2
150
154
151
155
- name : " Install PHP"
152
156
uses : " shivammathur/setup-php@v2"
@@ -192,6 +196,8 @@ jobs:
192
196
steps :
193
197
- name : " Checkout"
194
198
uses : " actions/checkout@v2"
199
+ with :
200
+ fetch-depth : 2
195
201
196
202
- name : " Install PHP"
197
203
uses : " shivammathur/setup-php@v2"
@@ -236,6 +242,8 @@ jobs:
236
242
steps :
237
243
- name : " Checkout"
238
244
uses : " actions/checkout@v2"
245
+ with :
246
+ fetch-depth : 2
239
247
240
248
- name : " Install PHP"
241
249
uses : " shivammathur/setup-php@v2"
@@ -285,6 +293,8 @@ jobs:
285
293
steps :
286
294
- name : " Checkout"
287
295
uses : " actions/checkout@v2"
296
+ with :
297
+ fetch-depth : 2
288
298
289
299
- name : " Install PHP"
290
300
uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments