2
0
mirror of https://github.com/acepanel/templates.git synced 2026-02-04 02:07:12 +08:00

fix: lint

This commit is contained in:
2026-01-31 04:49:28 +08:00
parent c65534f9f7
commit 0ee3e472ef
2 changed files with 5 additions and 5 deletions

View File

@@ -27,14 +27,14 @@ environments:
zh_TW: Gitea 執行器註冊令牌
type: text
default:
RUNNER_NAME:
GITEA_RUNNER_NAME:
description:
en: Runner Name
zh_CN: 运行器名称
zh_TW: 執行器名稱
type: text
default: act-runner
RUNNER_LABELS:
GITEA_RUNNER_LABELS:
description:
en: Runner Labels (comma separated)
zh_CN: 运行器标签(逗号分隔)

View File

@@ -11,9 +11,9 @@ services:
environment:
#- CONFIG_FILE=/config.yaml
- GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL}
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_REGISTRATION_TOKEN}
- GITEA_RUNNER_NAME=${RUNNER_NAME}
- GITEA_RUNNER_LABELS=${RUNNER_LABELS}
- GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_REGISTRATION_TOKEN}
- GITEA_RUNNER_NAME=${GITEA_RUNNER_NAME}
- GITEA_RUNNER_LABELS=${GITEA_RUNNER_LABELS}
networks:
acepanel-network:
external: true