From 2ee052f794c0bc9ac2a06e3c2f0802a21d738e64 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 2 Nov 2022 21:14:40 -0500 Subject: [PATCH] tools: fix `request-ci-failed` comment PR-URL: https://github.com/nodejs/node/pull/45291 Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Jiawen Geng --- tools/actions/start-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/actions/start-ci.sh b/tools/actions/start-ci.sh index adf201f43b9332..bca1da86074f3b 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="
Failed to start CI
$(cat output)
$cqurl
" echo "$body"