Skip to content

Commit 865e69a

Browse files
committed
fix: 修复 runner.sh 组织 URL 拼接逻辑,支持多组织
1 parent 23259b3 commit 865e69a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ shell_generate_compose_file() {
440440
" image: \"${RUNNER_IMAGE}\"" \
441441
" restart: unless-stopped" \
442442
" environment: &runner_env" \
443-
" RUNNER_ORG_URL: \"https://github.com/arceos-hypervisor\"" \
443+
" RUNNER_ORG_URL: \"https://github.com/${ORG}${REPO:+/}${REPO}\"" \
444444
" RUNNER_TOKEN: \"${REG_TOKEN}\"" \
445445
" RUNNER_GROUP: \"${RUNNER_GROUP}\"" \
446446
" RUNNER_REMOVE_ON_STOP: \"false\"" \

0 commit comments

Comments
 (0)