We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47a57c commit 0bd505eCopy full SHA for 0bd505e
1 file changed
entrypoint.sh
@@ -5,7 +5,7 @@ strict=''
5
schema=${INPUT_SCHEMA:-$1}
6
target=${INPUT_VALIDATION:-$2}
7
8
-if [ -n "${INPUT_STRICT:-''}" ]
+if [ -n "${INPUT_STRICT:-}" ]
9
then
10
strict='--strict'
11
fi
0 commit comments