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 7a86a7d commit 339e55dCopy full SHA for 339e55d
scripts/prepmsg.sh
@@ -10,6 +10,6 @@ set -ex
10
11
URL="https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_NUMBER}"
12
echo "❌ *${GITHUB_JOB}* ([ID *${GITHUB_RUN_NUMBER}*]($URL)):" > $2
13
-echo \`\`\`' >> $2
+echo '\`\`\`' >> $2
14
grep 'cpython/Doc/.*WARNING:' $1 | sed 's|.*/cpython/Doc|Doc|' | uniq >> $2
15
echo '\`\`\`' >> $2
0 commit comments