Skip to content

Commit 1b2e4e7

Browse files
committed
ci
1 parent 9904da4 commit 1b2e4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
echo "According to our release policy, this PR is expected to be merged on: **$MERGE_DATE**" >> $GITHUB_ENV
4444
echo "" >> $GITHUB_ENV
4545
echo "## Commits to be merged:" >> $GITHUB_ENV
46-
echo "\`\`\`" >> $GITHUB_ENV
46+
echo "---" >> $GITHUB_ENV
4747
cat commit_list.txt >> $GITHUB_ENV
48-
echo "\`\`\`" >> $GITHUB_ENV
48+
echo "---" >> $GITHUB_ENV
4949
echo "" >> $GITHUB_ENV
5050
echo "Please review the changes carefully before merging." >> $GITHUB_ENV
5151
echo "EOF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)