From 9e4fa5b438d921e7553ed1a6e58c7734a6da2b3c Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 2 Aug 2022 12:53:07 -0700 Subject: [PATCH] chore: rename the action for better search-ability [skip ci] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e44db713..707c751e 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: "Setup Cpp" +name: "Setup Cpp (C++ / C)" description: "Install all the tools required for building and testing C++/C projects." author: "Amin Yahyaabadi"