From 31abdeda61a20ab3c3b82a11ac5230bc5c930cc0 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Sun, 7 Aug 2022 12:36:01 -0400 Subject: [PATCH] Fix typo. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index dac1ed2..dd384ef 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: required: false default: '' crate-target: - description: 'By default, check the library target of the crate. If you'd like to check a different target (e.g. a binary target), set this to `--bin `' + description: 'By default, check the library target of the crate. To check a different target (e.g. a binary target), set this to `--bin `' required: false default: '--lib' version-tag-prefix: