File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 steps :
9898 - name : " Checkout"
9999 uses : " actions/checkout@v2"
100+ with :
101+ fetch-depth : 2
100102
101103 - name : " Install PHP"
102104 uses : " shivammathur/setup-php@v2"
@@ -147,6 +149,8 @@ jobs:
147149 steps :
148150 - name : " Checkout"
149151 uses : " actions/checkout@v2"
152+ with :
153+ fetch-depth : 2
150154
151155 - name : " Install PHP"
152156 uses : " shivammathur/setup-php@v2"
@@ -192,6 +196,8 @@ jobs:
192196 steps :
193197 - name : " Checkout"
194198 uses : " actions/checkout@v2"
199+ with :
200+ fetch-depth : 2
195201
196202 - name : " Install PHP"
197203 uses : " shivammathur/setup-php@v2"
@@ -236,6 +242,8 @@ jobs:
236242 steps :
237243 - name : " Checkout"
238244 uses : " actions/checkout@v2"
245+ with :
246+ fetch-depth : 2
239247
240248 - name : " Install PHP"
241249 uses : " shivammathur/setup-php@v2"
@@ -285,6 +293,8 @@ jobs:
285293 steps :
286294 - name : " Checkout"
287295 uses : " actions/checkout@v2"
296+ with :
297+ fetch-depth : 2
288298
289299 - name : " Install PHP"
290300 uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments