Skip to content

Commit 0fa2265

Browse files
committed
added an echo
1 parent 09bc9a9 commit 0fa2265

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
@@ -156,7 +156,7 @@ runs:
156156
if (( ${{ steps.diktat.outputs.exit-code }} != 0 ))
157157
then
158158
echo '```console' >>${GITHUB_STEP_SUMMARY}
159-
${{ steps.diktat.outputs.summary-line }} | xargs -d ',' -n1 echo >>${GITHUB_STEP_SUMMARY}
159+
echo "${{ steps.diktat.outputs.summary-line }}" | xargs -d ',' -n1 echo >>${GITHUB_STEP_SUMMARY}
160160
echo '```' >>${GITHUB_STEP_SUMMARY}
161161
fi
162162

0 commit comments

Comments
 (0)