From 73a493f5b816996fbd468490dc9404969a5841ea Mon Sep 17 00:00:00 2001 From: ai-dev Date: Fri, 1 Nov 2024 17:31:53 +0100 Subject: [PATCH] update --- gitea_act_runner/config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gitea_act_runner/config.yaml b/gitea_act_runner/config.yaml index 901529d..8e96ec2 100644 --- a/gitea_act_runner/config.yaml +++ b/gitea_act_runner/config.yaml @@ -17,18 +17,18 @@ options: act_runner_options: "--secret-file my.secrets --env-file my.env" schema: gitea_url: - type: string + type: str description: "The URL of the Gitea server to register the Act runner." - required: true + required: "true" gitea_token: - type: string + type: str description: "The token for authenticating with Gitea." - required: true + required: "true" repository: - type: string + type: str description: "The Gitea repository to register the runner with, in 'user/repository' format." - required: true + required: "true" act_runner_options: - type: string + type: str description: "Additional options to pass to Act runner." - required: false \ No newline at end of file + required: "false" \ No newline at end of file