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
|
|
@ -15,6 +15,18 @@ inputs:
|
|||
description: 'An optional boolean when enabled, allows windows runners to save caches that can be restored on other platforms'
|
||||
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
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: '../dist/save-only/index.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue