diff --git a/action.yml b/action.yml index 01ad5d47..360c1f58 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Azure key vault - Get Secrets' +name: 'Azure Key Vault - Get Secrets' description: 'Get Secrets from Azure Key Vault instance and set as output variables. github.com/azure/actions' inputs: keyvault: @@ -12,4 +12,4 @@ branding: color: 'blue' runs: using: 'node12' - main: 'lib/main.js' \ No newline at end of file + main: 'lib/main.js'