mirror of
https://github.com/actions/cache.git
synced 2026-07-03 21:59:30 +00:00
Implemented
This commit is contained in:
parent
88522ab9f3
commit
f12187b90c
29 changed files with 272142 additions and 230372 deletions
12
action.yml
12
action.yml
|
|
@ -26,6 +26,18 @@ inputs:
|
|||
description: 'Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache'
|
||||
default: 'false'
|
||||
required: false
|
||||
aws-bucket:
|
||||
description: 'An AWS S3 bucket to save cache'
|
||||
required: true
|
||||
aws-access-key-id:
|
||||
description: 'An AWS access key id to access the bucket'
|
||||
required: true
|
||||
aws-secret-access-key:
|
||||
description: 'An AWS secret access key to access the bucket'
|
||||
required: true
|
||||
aws-region:
|
||||
description: 'An AWS region where the bucket is located'
|
||||
required: true
|
||||
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