Skip to content

Commit

Permalink
fix diff clean
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Oct 26, 2020
1 parent 2b6629c commit 0556615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ if [ "${INPUT_REPORTER}" = "github-pr-review" ]; then
-reporter="github-pr-review" \
-filter-mode="diff_context" \
-level="${INPUT_LEVEL:-'error'}" \
<"${TMPFILE}"
< "${TMPFILE}"

git restore . || true
rm -f "${TMPFILE}"
fi

# EOF

0 comments on commit 0556615

Please sign in to comment.