Skip to content

Commit 2ee052f

Browse files
aduh95RafaelGSS
authored andcommitted
tools: fix request-ci-failed comment
PR-URL: #45291 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent 7d7e7c3 commit 2ee052f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/actions/start-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for pr in "$@"; do
1818
gh pr edit "$pr" --add-label "$REQUEST_CI_FAILED_LABEL"
1919

2020
# shellcheck disable=SC2154
21-
cqurl="${GITHUB_SERVER_URL}/${OWNER}/${REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
21+
cqurl="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
2222
body="<details><summary>Failed to start CI</summary><pre>$(cat output)</pre><a href='$cqurl'>$cqurl</a></details>"
2323
echo "$body"
2424

0 commit comments

Comments
 (0)