1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-18 03:07:46 +02:00

fix description using double quotes due to apostrophe

This commit is contained in:
Vincent Clemson 2022-06-18 17:38:57 -04:00
parent 02fa69bea4
commit f20d3c830c

View file

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