Skip to content

Commit b2ca9af

Browse files
committed
ci(android): add fetch-depth configuration to checkout step
1 parent 00a5b6b commit b2ca9af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android-build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
29+
with:
30+
fetch-depth: 0
2931

3032
- name: Validate required secrets
3133
run: |

0 commit comments

Comments
 (0)