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'