From c2235291f469db1408ce6048ab48b72ce7c6a077 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Wed, 20 Jul 2022 19:27:16 -0400 Subject: [PATCH] Escape single quote. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7210e55..69596ab 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'cargo-semver-checks' -description: 'Ensure your Rust crate's public API follows semantic versioning' +description: 'Ensure your Rust crate\'s public API follows semantic versioning' inputs: crate-name: description: 'The crate whose API to check for semver'