Skip to content

Commit

Permalink
Merge pull request #312 from dbelyaev/feature/remove-deprecated-param…
Browse files Browse the repository at this point in the history
…eter-leftovers

fix: fix usage of deprecated parameter in entrypoint script
  • Loading branch information
dbelyaev authored Jan 28, 2025
2 parents dbd4e3a + 1d5aa09 commit 2cf1e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exec java -jar /opt/lib/checkstyle.jar "${INPUT_WORKDIR}" -c "${INPUT_CHECKSTYLE
-name="checkstyle" \
-reporter="${INPUT_REPORTER:-github-pr-check}" \
-filter-mode="${INPUT_FILTER_MODE:-added}" \
-fail-on-error="${INPUT_FAIL_ON_ERROR:-false}" \
-fail-level="${INPUT_FAIL_LEVEL:-none}" \
-level="${INPUT_LEVEL}" \
${INPUT_REVIEWDOG_FLAGS}

Expand Down

0 comments on commit 2cf1e72

Please sign in to comment.