mirror of
https://github.com/actions/cache.git
synced 2025-03-13 11:47:00 +00:00
Wrap long lines in yaml description
This commit is contained in:
parent
794e49020f
commit
0628f2703a
1 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,13 @@ inputs:
|
|||
description: 'The chunk size used to split up large files during upload, in bytes'
|
||||
required: false
|
||||
skip-save:
|
||||
description: 'Whether or not to skip the saving of the cache. If this is set to "true", the cache will not be saved. It can also be set to an environment variable such as "\$\{\{ env.MY_SKIP_SAVE \}\}". If the MY_SKIP_SAVE environment variable is "true" by the end of the CI, caching will be skipped. Default is to update if and only if there was no primary-key exact cache hit.'
|
||||
description: >-
|
||||
Whether or not to skip the saving of the cache. If this is set
|
||||
to "true", the cache will not be saved. It can also be set to
|
||||
an environment variable such as "\$\{\{ env.MY_SKIP_SAVE \}\}".
|
||||
If the MY_SKIP_SAVE environment variable is "true" by the end of
|
||||
the CI, caching will be skipped. Default is to update if and
|
||||
only if there was no primary-key exact cache hit.
|
||||
required: false
|
||||
default: false
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Reference in a new issue