We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda6756 commit c5cbf58Copy full SHA for c5cbf58
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
# pubspec is satisfied. It's uncommon for flutter/flutter to go
24
# more than 100 commits between tags. Fetch 1000 for good measure.
25
run: |
26
- git clone --depth=1000 -b main https://github.com/flutter/flutter ~/flutter
+ git clone -b main https://github.com/flutter/flutter ~/flutter
27
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
28
echo ~/flutter/bin >> "$GITHUB_PATH"
29
0 commit comments