Skip to content

Commit b6b5e8c

Browse files
committed
ah, act on right repo
1 parent 8bc46ec commit b6b5e8c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
TZ=UTC git --git-dir ~/flutter/.git log -1 --format='%h | %ci | %s' --date=iso8601-local
2828
echo ~/flutter/bin >> "$GITHUB_PATH"
2929
30-
git branch -avv
31-
3230
# The Flutter tool assumes the tip of tree is "upstream/master".
33-
git update-ref refs/remotes/upstream/master origin/main
31+
git --git-dir ~/flutter/.git update-ref refs/remotes/upstream/master origin/main
3432
3533
- name: Download Flutter SDK artifacts (flutter precache)
3634
run: flutter precache --universal

0 commit comments

Comments
 (0)