mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-15 12:01:54 +08:00
5dd41cd75c
* chore(deps): update gitea/act_runner docker tag to v0.2.11 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
32 lines
813 B
YAML
32 lines
813 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: http://1.2.3.4:3000
|
|
edit: true
|
|
envKey: GITEA_INSTANCE_URL
|
|
labelEn: Gitea Instance
|
|
labelZh: Gitea 实例
|
|
required: true
|
|
rule: paramExtUrl
|
|
type: text
|
|
- default: '<registration_token>'
|
|
edit: true
|
|
envKey: RUNNER_REGISTRATION_TOKEN
|
|
labelEn: Registration Token
|
|
labelZh: Registration Token
|
|
required: true
|
|
type: text
|
|
- default: '<runner_name>'
|
|
edit: true
|
|
envKey: RUNNER_NAME
|
|
labelEn: Runner Name
|
|
labelZh: Runner Name
|
|
required: true
|
|
type: text
|
|
- default: '<runner_labels>'
|
|
edit: true
|
|
envKey: RUNNER_LABELS
|
|
labelEn: Runner Labels
|
|
labelZh: Runner Labels
|
|
required: true
|
|
type: text
|