We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5295a19 commit 8a0bb72Copy full SHA for 8a0bb72
entrypoint.sh
@@ -4,4 +4,4 @@ echo "======================"
4
echo "= Linting OAS file ="
5
echo "======================"
6
7
-cd /github/workspace/ && spectral lint "$INPUT_ARGS"
+cd /github/workspace/ && spectral lint "${INPUT_ARGS[@]}"
0 commit comments