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 ff15bac commit 28d9eb0Copy full SHA for 28d9eb0
entrypoint.sh
@@ -11,7 +11,7 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
11
printenv
12
ls
13
14
-exec /pmd-bin-6.51.0/bin/run.sh pmd -d "${INPUT_SRC_PATH}" -R "${INPUT_RULESETS_PATH}" -f emacs \
+exec /bin/sh /pmd-bin-6.51.0/bin/run.sh pmd -d "${INPUT_SRC_PATH}" -R "${INPUT_RULESETS_PATH}" -f emacs \
15
| reviewdog -efm="%f:%l: %m" \
16
-name="${INPUT_TOOL_NAME}" \
17
-reporter="${INPUT_REPORTER:-github-pr-check}" \
0 commit comments