You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+23-11Lines changed: 23 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,14 @@ inputs:
50
50
description: Git clone source
51
51
required: false
52
52
default: "https://github.com/flutter/flutter.git"
53
+
custom-cache-action:
54
+
description: Path to a custom caching action that will be executed for flutter cache instead of the default caching mechanism. It must be a drop-in replacement for actions/cache.
55
+
required: false
56
+
default: ""
57
+
custom-pub-cache-action:
58
+
description: Path to a custom caching action that will be executed for pub cache instead of the default caching mechanism. It must be a drop-in replacement for actions/cache.
0 commit comments