Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2022-11-03 05:14:40 +0300
committerGitHub <noreply@github.com>2022-11-03 05:14:40 +0300
commita3874dd6372fb2a6eb7602c72cb65e88b2a2f555 (patch)
treee104344408167745f817909511deae38f4ff0c44
parentcc5adc2d3b30516ad758b9c6b93beb6c75098d26 (diff)
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>
-rwxr-xr-xtools/actions/start-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/actions/start-ci.sh b/tools/actions/start-ci.sh
index adf201f43b9..bca1da86074 100755
--- a/tools/actions/start-ci.sh
+++ b/tools/actions/start-ci.sh
@@ -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"