Skip to content

Commit 13390e9

Browse files
aduh95danielleadams
authored andcommitted
tools: fix request-ci-failed comment
PR-URL: #45291 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent 2bfd60b commit 13390e9

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)