We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7304135 commit 6cf8c4bCopy full SHA for 6cf8c4b
1 file changed
entrypoint.sh
@@ -3,7 +3,7 @@ set -eux
3
4
strict=''
5
schema=${INPUT_SCHEMA:-$1}
6
-target=${INPUT_VALIDATION:-$2}
+target=${INPUT_TARGET:-$2}
7
8
if [ -n "${INPUT_STRICT:-}" ]
9
then
0 commit comments