mirror of
https://github.com/nodejs/node.git
synced 2024-11-27 22:16:50 +01:00
tools: fix request-ci-failed
comment
PR-URL: https://github.com/nodejs/node/pull/45291 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
This commit is contained in:
parent
cc5adc2d3b
commit
a3874dd637
@ -18,7 +18,7 @@ for pr in "$@"; do
|
||||
gh pr edit "$pr" --add-label "$REQUEST_CI_FAILED_LABEL"
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
cqurl="${GITHUB_SERVER_URL}/${OWNER}/${REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
|
||||
cqurl="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
|
||||
body="<details><summary>Failed to start CI</summary><pre>$(cat output)</pre><a href='$cqurl'>$cqurl</a></details>"
|
||||
echo "$body"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user