Skip to content

Commit

Permalink
Update for #286
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Nov 4, 2024
1 parent d69f662 commit eea2d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/env-loader/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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}"

0 comments on commit eea2d87

Please sign in to comment.