From f20d3c830ca91bfddbf7f6ea7ba570205723937f Mon Sep 17 00:00:00 2001 From: Vincent Clemson Date: Sat, 18 Jun 2022 17:38:57 -0400 Subject: [PATCH] fix description using double quotes due to apostrophe --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ed7e330..99cd388 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: description: 'The chunk size used to split up large files during upload, in bytes' required: false reeval: - description: 'Boolean. Whether to reevaluate the key argument in post. Set to TRUE if you would like your cache key set after your job's steps are complete.' + description: "Boolean. Whether to reevaluate the key argument in post. Set to TRUE if you would like your cache key set after your job's steps are complete." required: false default: false only-restore: