Skip to content

Commit

Permalink
fix data transport when there are no findings
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo committed Aug 31, 2022
1 parent 885c512 commit 861e007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ runs:
echo "::group::Vale output for Reviewdog"
echo -e "$output"
echo "::endgroup::"
echo -e "$output" | reviewdog -f=rdjsonl -name=vale -reporter=${{ inputs.reporter }} -fail-on-error=${{ inputs.fail_on_error }} -filter-mode=${{ inputs.filter_mode }} -level=info
printf "$output" | reviewdog -f=rdjsonl -name=vale -reporter=${{ inputs.reporter }} -fail-on-error=${{ inputs.fail_on_error }} -filter-mode=${{ inputs.filter_mode }} -level=info

0 comments on commit 861e007

Please sign in to comment.