From 2d073cf501100eb881c5e2f5b0b65ee74362b5c4 Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:04:27 +0530 Subject: [PATCH] chore: update description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d8ae13a7f7e..353bedb6b06 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'AsyncAPI CLI Action' -description: 'One stop solution for all your AsyncAPI Specification needs in github actions. Use this action to generate code, validate your AsyncAPI document, convert it to other formats, optimize it or run custom commands.' +description: 'One stop solution for all your AsyncAPI Specification needs in github actions.' inputs: cli_version: description: 'Version of AsyncAPI CLI to be used. This is only needed if you want to test with a specific version of AsyncAPI CLI. Default is latest which is also the recommended option.'