Skip to content

Commit f225eb5

Browse files
committed
Update README.md
1 parent e5a1510 commit f225eb5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ The action takes the following inputs:
1414
Available channels are `stable`, `beta`. See
1515
https://flutter.dev/docs/development/tools/sdk/releases for details.
1616

17-
* `version`: (Required) A specific SDK version, e.g. `3.0.2` or `3.1.0-9.0.pre`
17+
* `version`: (Required) A specific SDK version, e.g. `latest` or `3.0.2` or `3.1.0-9.0.pre`
1818

19-
* `cache`: (Optional) Enable cache of the installed Flutter SDK. Default: false
19+
* `cache`: (Optional) Enable cache of the pub dependencies. Default: false
2020

21-
* `cache-key`: (Optional) An explicit key for restoring and saving the Flutter SDK to/from cache
21+
* `cache-sdk`: (Optional) Enable cache of the installed Flutter SDK. Default: false
22+
23+
* `cache-key`: (Optional) An explicit key for restoring and saving the pub dependencies to/from cache
2224

2325
## Basic example
2426

0 commit comments

Comments
 (0)