From e9a6775cc1540fcd6db051ac1b76d417280b3dbe Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Mon, 2 Oct 2023 08:49:39 -0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7279e0f..ad4a3f6 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Clone Github Repo' +name: 'Clone Github Repo Action' description: "Github Action to clone a public or private Github repository and access its content on others repositories' workflows."