From 0bc8cc687aa16bfeedf2bb02c5b2d4a844e31fce Mon Sep 17 00:00:00 2001 From: Scott Goodell Date: Fri, 12 Nov 2021 12:14:45 -0800 Subject: [PATCH] Make bucket optional with default --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 224abe2..0f8a31d 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,8 @@ inputs: required: false bucket: description: 'aws s3 bucket' - required: true + required: false + default: 'github-actions-cache' outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key'