Skip to content

Commit 211cb8e

Browse files
committed
Update README.md
1 parent f5e68f3 commit 211cb8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ This action is designed to be used in GitHub Actions environment. If you want to
118118
# curl -fsSL https://raw.githubusercontent.com/flutter-actions/setup-flutter/main/install.sh | bash -s -- <version> <channel>
119119
#
120120
# Example:
121-
curl -fsSL https://raw.githubusercontent.com/flutter-actions/setup-flutter/main/install.sh | bash -s -- 3.0.2 stable
121+
122+
SETUP_FLUTTER_BRANCH=main
123+
curl -fsSL https://raw.githubusercontent.com/flutter-actions/setup-flutter/${SETUP_FLUTTER_BRANCH}/install.sh | bash -s -- 3.0.2 stable
122124
```
123125

124126
# License

0 commit comments

Comments
 (0)