File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ 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
- * ` sdk ` : A release channel, which will install the latest build from that channel.
11
+ * ` channel ` : A release channel, which will install the latest build from that channel.
12
12
Available channels are ` stable ` , ` beta ` , ` dev ` . See
13
13
https://flutter.dev/docs/development/tools/sdk/releases for details.
14
14
15
- * ` version ` : A specific SDK version, e.g. ` 2 .0.2` or ` 2 .1.0-12.1 .pre`
15
+ * ` version ` : A specific SDK version, e.g. ` 3 .0.2` or ` 3 .1.0-9.0 .pre`
16
16
17
17
## Basic example
18
18
37
37
- name : Setup Flutter SDK
38
38
uses : flutter-actions/setup-flutter@v1
39
39
with :
40
- sdk : stable
41
- version : 2 .0.2
40
+ channel : stable
41
+ version : 3 .0.2
42
42
43
43
- name : Install dependencies
44
44
run : flutter pub get
79
79
- name : Setup Flutter SDK
80
80
uses : flutter-actions/setup-flutter@v1
81
81
with :
82
- sdk : stable
83
- version : 2 .0.2
82
+ channel : stable
83
+ version : 3 .0.2
84
84
85
85
- name : Install dependencies
86
86
run : flutter pub get
You can’t perform that action at this time.
0 commit comments