mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-08 07:36:56 +00:00
feat: use correct env vars for integration
This commit is contained in:
parent
52a06079f0
commit
c9413f372f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,5 +11,5 @@ inputs:
|
||||||
description: 'A semicolon-separated list of key paths to retrieve. These will automatically be converted to environmental variable keys. See README for more details'
|
description: 'A semicolon-separated list of key paths to retrieve. These will automatically be converted to environmental variable keys. See README for more details'
|
||||||
required: true
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'node10'
|
using: 'node12'
|
||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
Loading…
Reference in a new issue