Skip to content

Commit 651a810

Browse files
authored
cosmetics
1 parent 7df8275 commit 651a810

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
@@ -9,7 +9,8 @@ set -ex
99
[ -z "${GITHUB_JOB}" ] && (echo "GITHUB_JOB is empty."; exit 1;)
1010

1111
URL="https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
12-
echo "❌ *${GITHUB_JOB}* ([ID *${GITHUB_RUN_ID}*]($URL)):" > $2
12+
echo "❌ *${GITHUB_JOB}* (ID *[${GITHUB_RUN_ID}]($URL)*):" > $2
13+
echo "" >> $2
1314
grep 'cpython/Doc/.*WARNING:' $1 | \
1415
sed 's|.*/cpython/Doc|Doc|' | \
1516
uniq | \

0 commit comments

Comments
 (0)