From 0628f2703ae6d7f9aa86798ae5e4e861fb2cb831 Mon Sep 17 00:00:00 2001 From: eyal0 <109809+eyal0@users.noreply.github.com> Date: Sun, 9 May 2021 17:33:34 -0600 Subject: [PATCH] Wrap long lines in yaml description --- action.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e407259..554f6cd 100644 --- a/action.yml +++ b/action.yml @@ -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: