Skip to content

Commit

Permalink
Merge pull request #610 from tj-actions/docs/update-reference-to-sett…
Browse files Browse the repository at this point in the history
…ing-env-variables

docs: update reference to setting input env variables
  • Loading branch information
jackton1 committed Sep 4, 2022
2 parents 5cd280e + 4ad3c84 commit 3da07e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -221,7 +221,7 @@ runs:
GITHUB_ACTION_PATH: ${{ github.action_path }}
GITHUB_WORKSPACE: ${{ github.workspace }}
# INPUT_<VARIABLE_NAME> is not available in Composite run steps
# https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611
# https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#example-specifying-inputs
INPUT_FILES_PATTERN_FILE: ${{ steps.glob.outputs.paths-output-file }}
INPUT_SEPARATOR: ${{ inputs.separator }}
INPUT_PATH: ${{ inputs.path }}
Expand Down

0 comments on commit 3da07e5

Please sign in to comment.