From be560a59ee50b3dc32da326d755beb6b371e4f5c Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 20 Mar 2026 15:14:59 -0500 Subject: [PATCH] BUILD-10772: Changes `fallback-to-default-branch` default to false --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1463d9b..0520a53 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ inputs: description: > When enabled, automatically adds a fallback restore key pointing to the default branch cache. Only applies to the S3 backend. - default: 'true' + default: 'false' backend: description: > Force cache backend ('github' or 's3'). If not set, falls back to the CACHE_BACKEND environment variable if defined,