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

Skip to content

Commit 8d11414

Browse files
authored
extra line
1 parent 651a810 commit 8d11414

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,10 +9,11 @@ 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
1313
echo "" >> $2
1414
grep 'cpython/Doc/.*WARNING:' $1 | \
1515
sed 's|.*/cpython/Doc|Doc|' | \
1616
uniq | \
1717
sed 's|^|```\n|;s|$|\n```\n|' \
1818
>> $2
19+
echo "" >> $2

0 commit comments

Comments
 (0)