From d236d4d9a3563684368581f1127f7e4773013e9d Mon Sep 17 00:00:00 2001 From: Nikita Date: Sun, 26 Jul 2020 20:48:08 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index b5b3d36..1450892 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,7 +4,7 @@ echo "Running check" export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}" -exec java -jar /checkstyle.jar -c /"${INPUT_CHECKSTYLE_CONFIG}" "${INPUT_WORKDIR}" -f xml \ +exec java -jar /checkstyle.jar "${INPUT_WORKDIR}" -c "${INPUT_CHECKSTYLE_CONFIG}" -f xml \ | reviewdog -f=checkstyle \ -name="${INPUT_TOOL_NAME}" \ -reporter="${INPUT_REPORTER:-github-pr-check}" \