Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 719e9a0

Browse files
authored
make it codeblock
1 parent 9c502e1 commit 719e9a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/prepmsg.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ set -ex
1010

1111
URL="https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_NUMBER}"
1212
echo "❌ *${GITHUB_JOB}* ([ID *${GITHUB_RUN_NUMBER}*]($URL)):" > $2
13-
echo "" >> $2
13+
echo "```" >> $2
1414
grep 'cpython/Doc/.*WARNING:' $1 | sed 's|.*/cpython/Doc|Doc|' | uniq >> $2
15+
echo "```" >> $2

0 commit comments

Comments
 (0)