Skip to content

Commit 498c38c

Browse files
committed
Fix path issue
1 parent 789a8a9 commit 498c38c

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-
node swagger-cli validate "$INPUT_FILE_PATH"
7+
cd /github/workspace/ && swagger-cli validate "$INPUT_FILE_PATH"

0 commit comments

Comments
 (0)