File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ This [GitHub Action]() installs and sets up of a Flutter SDK for use in actions
88## Inputs
99
1010The action takes the following inputs:
11- * ` channel ` : A release channel, which will install the latest build from that channel.
12- Available channels are ` stable ` , ` beta ` , ` dev ` . See
11+ * ` channel ` : (Required) A release channel, which will install the latest build from that channel.
12+ Available channels are ` stable ` , ` beta ` . See
1313 https://flutter.dev/docs/development/tools/sdk/releases for details.
1414
15- * ` version ` : A specific SDK version, e.g. ` 3.0.2 ` or ` 3.1.0-9.0.pre `
15+ * ` version ` : (Required) A specific SDK version, e.g. ` 3.0.2 ` or ` 3.1.0-9.0.pre `
16+
17+ * ` cache ` : (Optional) Enable cache of the installed Flutter SDK. Default: false
18+
19+ * ` cache-key ` : (Optional) An explicit key for restoring and saving the Flutter SDK to/from cache
1620
1721## Basic example
1822
You can’t perform that action at this time.
0 commit comments