Skip to content

Commit

Permalink
fixed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Dec 18, 2023
1 parent 75a406e commit 6db2ace
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 @@ -105,7 +105,7 @@ runs:
then
report_file=${GITHUB_WORKSPACE}/checkstyle-report.xml
else
echo "`reporter` should be set to `sarif` or `checkstyle`"
echo "<reporter> should be set to <sarif> or <checkstyle>"
exit 1
fi
DIKTAT_ARGS+=('--output' "${report_file}")
Expand Down

0 comments on commit 6db2ace

Please sign in to comment.