Skip to content

Commit 8a0bb72

Browse files
committed
Fix args issue
1 parent 5295a19 commit 8a0bb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ echo "======================"
44
echo "= Linting OAS file ="
55
echo "======================"
66

7-
cd /github/workspace/ && spectral lint "$INPUT_ARGS"
7+
cd /github/workspace/ && spectral lint "${INPUT_ARGS[@]}"

0 commit comments

Comments
 (0)