|
|
@ -3,10 +3,10 @@ description: 'Save Cache artifacts like dependencies and build outputs to improv
|
|
|
|
author: 'GitHub'
|
|
|
|
author: 'GitHub'
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
path:
|
|
|
|
path:
|
|
|
|
description: 'A list of files, directories, and wildcard patterns to cache and restore'
|
|
|
|
description: 'A list of files, directories, and wildcard patterns to cache'
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
key:
|
|
|
|
key:
|
|
|
|
description: 'An explicit key for restoring and saving the cache'
|
|
|
|
description: 'An explicit key for saving the cache'
|
|
|
|
required: true
|
|
|
|
required: true
|
|
|
|
upload-chunk-size:
|
|
|
|
upload-chunk-size:
|
|
|
|
description: 'The chunk size used to split up large files during upload, in bytes'
|
|
|
|
description: 'The chunk size used to split up large files during upload, in bytes'
|
|
|
|