Skip to content

Commit 6db2ace

Browse files
committed
fixed log message
1 parent 75a406e commit 6db2ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
then
106106
report_file=${GITHUB_WORKSPACE}/checkstyle-report.xml
107107
else
108-
echo "`reporter` should be set to `sarif` or `checkstyle`"
108+
echo "<reporter> should be set to <sarif> or <checkstyle>"
109109
exit 1
110110
fi
111111
DIKTAT_ARGS+=('--output' "${report_file}")

0 commit comments

Comments
 (0)