We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ba64f commit 1183305Copy full SHA for 1183305
.github/workflows/build-android-flutter.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Checkout repository
32
uses: actions/checkout@v4
33
with:
34
+ fetch-depth: 0 # Fetch full git history for accurate commit count
35
token: ${{ secrets.GITHUB_TOKEN }}
36
37
- name: Set up JDK 17
0 commit comments