From ee320739c65f65a35efd3be7491aa3972317aa9e Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Mon, 18 Apr 2022 13:08:50 +0200 Subject: [PATCH] :wrench: Fix typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2742a53..4fa187b 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ inputs: description: 'Saturation used by the color range feature. Defaults to 100%.' required: false colorRangeLightness: - description: 'Lightness used by the color range feature. Defaults to 40%. + description: 'Lightness used by the color range feature. Defaults to 40%.' required: false runs: using: 'node12'