Skip to content

Commit

Permalink
fix: fix usage of deprecated parameter in entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelyaev committed Jan 28, 2025
1 parent dbd4e3a commit 1d5aa09
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 1d5aa09

Please sign in to comment.