Skip to content

Commit fdacc55

Browse files
committed
feat(action): disable cache by default
1 parent 1d787f8 commit fdacc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
cache:
1616
description: 'Cache the installed Flutter SDK. Default: True'
1717
required: false
18-
default: "true"
18+
default: "false"
1919
cache-key:
2020
description: "An explicit key for restoring and saving the Flutter SDK to/from cache"
2121
required: false

0 commit comments

Comments
 (0)