Skip to content

Commit c94e468

Browse files
committed
feat(chore): update README.md update Inputs docs
1 parent c9ecdaa commit c94e468

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ This [GitHub Action]() installs and sets up of a Flutter SDK for use in actions
88
## Inputs
99

1010
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
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

0 commit comments

Comments
 (0)