Skip to content

Commit 339e55d

Browse files
authored
ending quote
1 parent 7a86a7d commit 339e55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepmsg.sh

Lines changed: 1 addition & 1 deletion
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
1515
echo '\`\`\`' >> $2

0 commit comments

Comments
 (0)