From e27b45646f82a319c8157e545e24b7588510a397 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Mon, 24 Aug 2020 19:22:08 -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 cc02c11..fc8a2d0 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Vault Secrets' -description: 'A Github Action that allows you to consume the v2 K/V backend of HashiCorp Vaultâ„¢ as secure environment variables' +description: 'A Github Action that allows you to consume HashiCorp Vaultâ„¢ secrets as secure environment variables' inputs: url: description: 'The URL for the vault endpoint'