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

Skip to content

Commit 0d5a6e8

Browse files
authored
line
1 parent e3e3563 commit 0d5a6e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/prepmsg.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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+
1213
echo "❌ *${GITHUB_JOB}* (ID [${GITHUB_RUN_ID}]($URL)):" > $2
1314
echo "" >> $2
1415
grep 'cpython/Doc/.*WARNING:' $1 | \

0 commit comments

Comments
 (0)