5
0
Fork 0
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:
Richard Simpson 2019-11-24 15:19:44 -06:00 committed by GitHub
parent 00bca77bab
commit c931f21d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'