File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ runs:
108
108
DIKTAT_ARGS=('--config', '${{ inputs.config }}', '--reporter', '${{ inputs.reporter }}')
109
109
if [[ '${{ inputs.color }}' != 'false' ]]
110
110
then
111
- DIKTAT_ARGS+=('--color')
111
+ DIKTAT_ARGS+=('--color-name ')
112
112
fi
113
113
if [[ '${{ inputs.debug }}' == 'true' ]]
114
114
then
115
- DIKTAT_ARGS+=('--debug ')
115
+ DIKTAT_ARGS+=('--log-level DEBUG ')
116
116
fi
117
117
if [[ '${{ inputs.relative-paths }}' != 'false' ]]
118
118
then
@@ -165,7 +165,7 @@ runs:
165
165
166
166
if (( ${{ steps.diktat.outputs.exit-code }} <= 1 ))
167
167
then
168
- diktat --version | awk '{ split($0, versions, ": *"); print " - _" versions[1] "_: **" versions[2] "**" }' >>${GITHUB_STEP_SUMMARY}
168
+ ${GITHUB_WORKSPACE}/ diktat --version | awk '{ split($0, versions, ": *"); print " - _" versions[1] "_: **" versions[2] "**" }' >>${GITHUB_STEP_SUMMARY}
169
169
fi
170
170
171
171
if (( ${{ steps.diktat.outputs.exit-code }} != 1 ))
You can’t perform that action at this time.
0 commit comments