We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9904da4 commit 1b2e4e7Copy full SHA for 1b2e4e7
.github/workflows/ci.yml
@@ -43,9 +43,9 @@ jobs:
43
echo "According to our release policy, this PR is expected to be merged on: **$MERGE_DATE**" >> $GITHUB_ENV
44
echo "" >> $GITHUB_ENV
45
echo "## Commits to be merged:" >> $GITHUB_ENV
46
- echo "\`\`\`" >> $GITHUB_ENV
+ echo "---" >> $GITHUB_ENV
47
cat commit_list.txt >> $GITHUB_ENV
48
49
50
echo "Please review the changes carefully before merging." >> $GITHUB_ENV
51
echo "EOF" >> $GITHUB_ENV
0 commit comments