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 94
94
steps :
95
95
- name : " Checkout"
96
96
uses : " actions/checkout@v2"
97
+ with :
98
+ fetch-depth : 2
97
99
98
100
- name : " Install PHP"
99
101
uses : " shivammathur/setup-php@v2"
@@ -144,6 +146,8 @@ jobs:
144
146
steps :
145
147
- name : " Checkout"
146
148
uses : " actions/checkout@v2"
149
+ with :
150
+ fetch-depth : 2
147
151
148
152
- name : " Install PHP"
149
153
uses : " shivammathur/setup-php@v2"
@@ -189,6 +193,8 @@ jobs:
189
193
steps :
190
194
- name : " Checkout"
191
195
uses : " actions/checkout@v2"
196
+ with :
197
+ fetch-depth : 2
192
198
193
199
- name : " Install PHP"
194
200
uses : " shivammathur/setup-php@v2"
@@ -233,6 +239,8 @@ jobs:
233
239
steps :
234
240
- name : " Checkout"
235
241
uses : " actions/checkout@v2"
242
+ with :
243
+ fetch-depth : 2
236
244
237
245
- name : " Install PHP"
238
246
uses : " shivammathur/setup-php@v2"
@@ -282,6 +290,8 @@ jobs:
282
290
steps :
283
291
- name : " Checkout"
284
292
uses : " actions/checkout@v2"
293
+ with :
294
+ fetch-depth : 2
285
295
286
296
- name : " Install PHP"
287
297
uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments