Skip to content

Commit ee87cdd

Browse files
committed
pass through env vars, take 2
1 parent 4ec13b7 commit ee87cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
env:
5151
INPUT_VERSION_FILE_PATH: ${{ inputs.version_file_path }}
5252
INPUT_VERSION_PATTERN: ${{ inputs.version_pattern }}
53-
INPUT_VERSION_PATH: ${{ inputs.version_path }}
53+
INPUT_TEST_GITHUB_REF: ${{ inputs.test_github_ref }}
5454
INPUT_SKIP_ENV_CHECK: ${{ inputs.skip_env_check }}
5555

5656
branding:

0 commit comments

Comments
 (0)