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
Both custom actions must be drop-in replacements for `actions/cache`: they should accept the same inputs and expose the same outputs.
389
+
390
+
Notes:
391
+
392
+
-**custom-pub-cache-action** — Recommended to use a repository-scoped cache action (or narrower) so the cache key can incorporate your project's `pubspec.yaml` files. The default `actions/cache` is repository-scoped and also branch-scoped.
393
+
-**custom-cache-action** — YRecommended to use a global-scoped cache action here to increase hit rates across multiple Flutter repositories that use the same Flutter version.
0 commit comments