From ee66b044c3ac69649f665f400dd9a0136fee4c88 Mon Sep 17 00:00:00 2001 From: ai-dev Date: Fri, 1 Nov 2024 19:26:58 +0100 Subject: [PATCH] update --- gitea_act_runner/config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gitea_act_runner/config.yaml b/gitea_act_runner/config.yaml index af25931..e7cc2da 100644 --- a/gitea_act_runner/config.yaml +++ b/gitea_act_runner/config.yaml @@ -14,9 +14,11 @@ options: gitea_url: "https://your-gitea-instance.com" gitea_token: "your_token" repository: "user/repository" - act_runner_options: "--secret-file my.secrets --env-file my.env" + act_runner_options: none + log_level: "info" schema: gitea_url: str gitea_token: str repository: str - act_runner_options: str? \ No newline at end of file + act_runner_options: str? + log_level: list(trace|debug|info|notice|warning|error|fatal)? \ No newline at end of file