3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-23 11:55:30 +00:00

Updated new actions' input descriptions

This commit is contained in:
Sankalp Kotewar 2022-12-01 08:27:08 +00:00 committed by GitHub
parent 56a0133650
commit 4b5f33df54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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'