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 70eb175Copy full SHA for 70eb175
.github/workflows/ci.yml
@@ -28,6 +28,8 @@ 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
+ echo 'hello world'
32
+ git --git-dir ~/flutter/.git diff
33
git --git-dir ~/flutter/.git checkout ee089d09b21ec3ccc20d179c5be100d2a9d9f866
34
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
35
echo ~/flutter/bin >> "$GITHUB_PATH"
0 commit comments