This commit is contained in:
ai-dev
2024-11-01 21:29:05 +01:00
parent d7aa564769
commit 3201e0b9e6
6 changed files with 41 additions and 33 deletions

View File

@@ -4,7 +4,6 @@ version: "1.0.0"
slug: "act_runner_ansible"
description: "Home Assistant add-on that runs Act runner with Gitea integration."
url: https://mezgit.duckdns.org/mezned/HAddons/gitea_act_runner
codenotary: codenotary@feres.dev
init: false
arch:
- aarch64
@@ -13,12 +12,12 @@ arch:
options:
gitea_url: "https://your-gitea-instance.com"
gitea_token: "your_token"
repository: "user/repository"
act_runner_options: none
runner_name: "name"
runner_label: "label"
log_level: "info"
schema:
gitea_url: str
gitea_token: str
repository: str
act_runner_options: str?
runner_name: str
runner_label: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?