From eea2d871ee6fd1c1c7b4e155bdad3494ab4804c7 Mon Sep 17 00:00:00 2001 From: Fred Heinecke Date: Mon, 4 Nov 2024 22:50:43 +0000 Subject: [PATCH] Update for #286 --- tools/env-loader/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/env-loader/action.yaml b/tools/env-loader/action.yaml index 9631bb12..535880bf 100644 --- a/tools/env-loader/action.yaml +++ b/tools/env-loader/action.yaml @@ -5,8 +5,8 @@ description: Load environment values inputs: environment-name: description: Name of the environment to load - value-set: - description: Name of the value set to load + value-sets: + description: Name of the value sets to load, separated by new line tool-version: description: Version of the env-loader tool to use default: ${{ github.action_ref }} @@ -60,5 +60,5 @@ runs: shell: bash env: ENV_LOADER_ENVIRONMENT: "${{ inputs.environment-name }}" - ENV_LOADER_VALUE_SET: "${{ inputs.value-set }}" + ENV_LOADER_VALUE_SETS: "${{ inputs.value-set }}" run: env-loader >> "${GITHUB_ENV}"