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"