Skip to content

Commit 659e86b

Browse files
committed
Wrap markdown code
1 parent 7bad2f8 commit 659e86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/list-changed-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
DIFF_OUTPUT=$(git diff --name-status "$OLD_TAG"..."$NEW_TAG" | grep -E "^($PATTERN)" | cut -c3-)
7070
if [ -n "$DIFF_OUTPUT" ]; then
71-
echo "$DIFF_OUTPUT" >> "$GITHUB_STEP_SUMMARY"
71+
echo "```$DIFF_OUTPUT```" >> "$GITHUB_STEP_SUMMARY"
7272
else
7373
echo "No files $DESCRIPTION found" >> "$GITHUB_STEP_SUMMARY"
7474
fi

0 commit comments

Comments
 (0)