From 23d6677f3c64668c7fa9d2d847f5cca72a10b0ff Mon Sep 17 00:00:00 2001 From: Thomas Barron Date: Tue, 7 Oct 2025 07:49:29 -0600 Subject: [PATCH] changing default for use-local-cache to false (GH runners run out of disk space) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9eaf14aa..967041d2 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ inputs: description: 'Use local cache to cache downloaded installer on the local runner' required: false - default: 'true' + default: 'false' log-file-suffix: description: 'Suffix of log file name in artifact' required: false