File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 4949 steps :
5050 - name : Checkout
5151 uses : actions/checkout@v4.2.2
52+ with :
53+ fetch-depth : 0
5254
5355 - name : Set up JDK
5456 uses : actions/setup-java@v4.7.1
@@ -112,6 +114,8 @@ jobs:
112114
113115 - name : Checkout
114116 uses : actions/checkout@v4.2.2
117+ with :
118+ fetch-depth : 0
115119
116120 - name : Set up JDK
117121 uses : actions/setup-java@v4.7.1
@@ -166,6 +170,8 @@ jobs:
166170 steps :
167171 - name : Checkout
168172 uses : actions/checkout@v4.2.2
173+ with :
174+ fetch-depth : 0
169175
170176 - name : Download Un-Spoofed APK
171177 uses : actions/download-artifact@v4
@@ -334,6 +340,8 @@ jobs:
334340 steps :
335341 - name : Checkout
336342 uses : actions/checkout@v4.2.2
343+ with :
344+ fetch-depth : 0
337345
338346 - name : Set up signing key
339347 run : |
You can’t perform that action at this time.
0 commit comments