From cce3c03a74623545a53c433d301f3f7725c72454 Mon Sep 17 00:00:00 2001 From: Dave Hadka Date: Fri, 2 Oct 2020 11:01:24 -0500 Subject: [PATCH] Add new input to action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index e50c38b..0ba67bc 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,9 @@ inputs: restore-keys: description: 'An ordered list of keys to use for restoring the cache if no cache hit occurred for key' required: false + upload-chunk-size: + description: 'The chunk size used when uploading large cache files' + required: false outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key'