File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 steps :
9595 - name : " Checkout"
9696 uses : " actions/checkout@v2"
97+ with :
98+ fetch-depth : 2
9799
98100 - name : " Install PHP"
99101 uses : " shivammathur/setup-php@v2"
@@ -144,6 +146,8 @@ jobs:
144146 steps :
145147 - name : " Checkout"
146148 uses : " actions/checkout@v2"
149+ with :
150+ fetch-depth : 2
147151
148152 - name : " Install PHP"
149153 uses : " shivammathur/setup-php@v2"
@@ -189,6 +193,8 @@ jobs:
189193 steps :
190194 - name : " Checkout"
191195 uses : " actions/checkout@v2"
196+ with :
197+ fetch-depth : 2
192198
193199 - name : " Install PHP"
194200 uses : " shivammathur/setup-php@v2"
@@ -233,6 +239,8 @@ jobs:
233239 steps :
234240 - name : " Checkout"
235241 uses : " actions/checkout@v2"
242+ with :
243+ fetch-depth : 2
236244
237245 - name : " Install PHP"
238246 uses : " shivammathur/setup-php@v2"
@@ -282,6 +290,8 @@ jobs:
282290 steps :
283291 - name : " Checkout"
284292 uses : " actions/checkout@v2"
293+ with :
294+ fetch-depth : 2
285295
286296 - name : " Install PHP"
287297 uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments