mirror of
https://github.com/actions/cache.git
synced 2025-07-12 19:41:49 +02:00
Updated new actions' input descriptions
This commit is contained in:
@ -3,10 +3,10 @@ description: 'Save Cache artifacts like dependencies and build outputs to improv
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
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
|
||||
key:
|
||||
description: 'An explicit key for restoring and saving the cache'
|
||||
description: 'An explicit key for saving the cache'
|
||||
required: true
|
||||
upload-chunk-size:
|
||||
description: 'The chunk size used to split up large files during upload, in bytes'
|
||||
|
Reference in New Issue
Block a user