From c9413f372f00d853fa50877b033ca4f4a7077f57 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 20 Sep 2019 17:14:01 -0500 Subject: [PATCH] feat: use correct env vars for integration --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6ac8349..3497022 100644 --- a/action.yml +++ b/action.yml @@ -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' required: true runs: - using: 'node10' + using: 'node12' main: 'index.js' \ No newline at end of file