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 43a6d0a commit 8c431f7Copy full SHA for 8c431f7
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
# Pending that, fetch more than 1000 commits.
29
run: |
30
git clone --depth=3000 -b main https://github.com/flutter/flutter ~/flutter
31
+ git diff
32
git --git-dir ~/flutter/.git checkout ee089d09b21ec3ccc20d179c5be100d2a9d9f866
33
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
34
echo ~/flutter/bin >> "$GITHUB_PATH"
0 commit comments