From e9cc1d9ec5992353188fa5291bd211004b38d9bb Mon Sep 17 00:00:00 2001 From: Peter Labick Date: Wed, 21 Jul 2021 20:46:16 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cc0669b..d121dee 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Repo Secret Manager' author: 'Philips' -description: '' +description: 'Add, update, and delete encrypted secrets from repositories in bulk' inputs: action: description: 'The action to be performed. `create`, `update`, or `delete`'