This commit is contained in:
ai-dev 2024-11-01 17:31:53 +01:00
parent 6a63531f21
commit 73a493f5b8

View File

@ -17,18 +17,18 @@ options:
act_runner_options: "--secret-file my.secrets --env-file my.env" act_runner_options: "--secret-file my.secrets --env-file my.env"
schema: schema:
gitea_url: gitea_url:
type: string type: str
description: "The URL of the Gitea server to register the Act runner." description: "The URL of the Gitea server to register the Act runner."
required: true required: "true"
gitea_token: gitea_token:
type: string type: str
description: "The token for authenticating with Gitea." description: "The token for authenticating with Gitea."
required: true required: "true"
repository: repository:
type: string type: str
description: "The Gitea repository to register the runner with, in 'user/repository' format." description: "The Gitea repository to register the runner with, in 'user/repository' format."
required: true required: "true"
act_runner_options: act_runner_options:
type: string type: str
description: "Additional options to pass to Act runner." description: "Additional options to pass to Act runner."
required: false required: "false"