Skip to content

Commit 88837e9

Browse files
committed
Merge branch 'enh-preview-comment' into enh-preview-comment-test
# Conflicts: # .github/workflows/preview_comment.yaml
2 parents 5c4ac05 + 532ace3 commit 88837e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
par_change_list=$(echo "$par_change_list" | sed '1d' | sort -t '`' -k 2,2)
4141
change_count=$(( $(echo "$md_change_list" | wc -l) + $(echo "$par_change_list" | wc -l) ))
4242
43-
echo -e "$md_change_list\n$par_change_list" | perl -p -e 's/\e/\\E/g'
43+
echo -e "Markdown files:\n$md_change_list\n\nPHP API Ref.:\n$par_change_list" | perl -p -e 's/\e/\\E/g'
4444
4545
if [[ $change_count -gt $file_limit ]]; then
4646
par_change_list=$(echo "$par_change_list" | grep -v namespaces)

0 commit comments

Comments
 (0)