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 f5e68f3 commit 211cb8eCopy full SHA for 211cb8e
README.md
@@ -118,7 +118,9 @@ This action is designed to be used in GitHub Actions environment. If you want to
118
# curl -fsSL https://raw.githubusercontent.com/flutter-actions/setup-flutter/main/install.sh | bash -s -- <version> <channel>
119
#
120
# Example:
121
-curl -fsSL https://raw.githubusercontent.com/flutter-actions/setup-flutter/main/install.sh | bash -s -- 3.0.2 stable
+
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
124
```
125
126
# License
0 commit comments