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
8
8
## Inputs
9
9
10
10
The 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
13
13
https://flutter.dev/docs/development/tools/sdk/releases for details.
14
14
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
16
20
17
21
## Basic example
18
22
You can’t perform that action at this time.
0 commit comments