Skip to content

Commit 6cf8c4b

Browse files
committed
fix: reference correct env var
1 parent 7304135 commit 6cf8c4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eux
33

44
strict=''
55
schema=${INPUT_SCHEMA:-$1}
6-
target=${INPUT_VALIDATION:-$2}
6+
target=${INPUT_TARGET:-$2}
77

88
if [ -n "${INPUT_STRICT:-}" ]
99
then

0 commit comments

Comments
 (0)