We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23259b3 commit 865e69aCopy full SHA for 865e69a
1 file changed
runner.sh
@@ -440,7 +440,7 @@ shell_generate_compose_file() {
440
" image: \"${RUNNER_IMAGE}\"" \
441
" restart: unless-stopped" \
442
" environment: &runner_env" \
443
- " RUNNER_ORG_URL: \"https://github.com/arceos-hypervisor\"" \
+ " RUNNER_ORG_URL: \"https://github.com/${ORG}${REPO:+/}${REPO}\"" \
444
" RUNNER_TOKEN: \"${REG_TOKEN}\"" \
445
" RUNNER_GROUP: \"${RUNNER_GROUP}\"" \
446
" RUNNER_REMOVE_ON_STOP: \"false\"" \
0 commit comments