mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 16:53:57 +08:00
Make bucket optional with default
This commit is contained in:
parent
d18e25fa75
commit
0bc8cc687a
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue