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 651a810 commit 8d11414Copy full SHA for 8d11414
scripts/prepmsg.sh
@@ -9,10 +9,11 @@ set -ex
9
[ -z "${GITHUB_JOB}" ] && (echo "GITHUB_JOB is empty."; exit 1;)
10
11
URL="https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
12
-echo "❌ *${GITHUB_JOB}* (ID *[${GITHUB_RUN_ID}]($URL)*):" > $2
+echo "❌ *${GITHUB_JOB}* (ID [${GITHUB_RUN_ID}]($URL)):" > $2
13
echo "" >> $2
14
grep 'cpython/Doc/.*WARNING:' $1 | \
15
sed 's|.*/cpython/Doc|Doc|' | \
16
uniq | \
17
sed 's|^|```\n|;s|$|\n```\n|' \
18
>> $2
19
+echo "" >> $2
0 commit comments