Make bucket optional with default

pull/676/head
Scott Goodell 4 years ago
parent d18e25fa75
commit 0bc8cc687a

@ -19,7 +19,8 @@ inputs:
required: false required: false
bucket: bucket:
description: 'aws s3 bucket' description: 'aws s3 bucket'
required: true required: false
default: 'github-actions-cache'
outputs: outputs:
cache-hit: cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key' description: 'A boolean value to indicate an exact match was found for the primary key'

Loading…
Cancel
Save