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

Skip to content

Commit fd07930

Browse files
authored
single quotes on triple-backticks
1 parent 339e55d commit fd07930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/prepmsg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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
15+
echo '```' >> $2

0 commit comments

Comments
 (0)