From a0f6938818c3cdff27964331e01b49a120cb0919 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 5 Aug 2024 09:54:49 +0700 Subject: [PATCH] docs: update descriptions in `action.yml` --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3d363b7..7694ae1 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: CMake Action -description: Configure and build your CMake project +description: Configure and build CMake projects author: Alfi Maulana branding: color: gray-dark @@ -24,7 +24,7 @@ inputs: args: description: Additional arguments to pass during the CMake configuration run-build: - description: If enabled, it builds the project using CMake (true/false) + description: If enabled, builds the project using CMake default: true build-args: description: Additional arguments to pass during the CMake build