We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
request-ci-failed
1 parent 2bfd60b commit 13390e9Copy full SHA for 13390e9
tools/actions/start-ci.sh
@@ -18,7 +18,7 @@ for pr in "$@"; do
18
gh pr edit "$pr" --add-label "$REQUEST_CI_FAILED_LABEL"
19
20
# shellcheck disable=SC2154
21
- cqurl="${GITHUB_SERVER_URL}/${OWNER}/${REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
+ cqurl="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
22
body="<details><summary>Failed to start CI</summary><pre>$(cat output)</pre><a href='$cqurl'>$cqurl</a></details>"
23
echo "$body"
24
0 commit comments