mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-08 15:46:56 +00:00
tweak query wording
This commit is contained in:
parent
00bca77bab
commit
c931f21d2e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ inputs:
|
|||
description: 'A semicolon-separated list of secrets to retrieve. These will automatically be converted to environmental variable keys. See README for more details'
|
||||
required: true
|
||||
namespace:
|
||||
description: 'The Vault namespace to request, by default it request root'
|
||||
description: 'The Vault namespace from which to query secrets. Vault Enterprise only, unset by default'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
|
|||
Loading…
Reference in a new issue