From 5d495c9b3896b9fc92ca8cb649951ed9f729bda1 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Wed, 1 Oct 2025 17:46:34 +0800 Subject: [PATCH] Update action runner metadata and add descriptions --- apps/action-runner/data.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/action-runner/data.yml b/apps/action-runner/data.yml index 689d4a7aa..bc85e640f 100644 --- a/apps/action-runner/data.yml +++ b/apps/action-runner/data.yml @@ -15,5 +15,17 @@ additionalProperties: limit: 0 recommend: 0 website: https://github.com/actions/runner - github: https://github.com/actions/runner + github: https://github.com/pooneyy/simple-actions-runner-in-docker document: https://docs.github.com/en/actions/how-tos/manage-runners/self-hosted-runners + description: + en: A simple self-hosted actions runner running in a container + zh: 运行在容器中的简单的自托管 GitHub Actions 运行器 + zh-Hant: 運行在容器中的簡單自託管 GitHub Actions 運行器 + ja: コンテナ内で動作するシンプルなセルフホスト型アクションナンナー + ms: Pelari tindakan berpangkalan sendiri yang mudah berjalan dalam bekas + pt-br: Um executor de ações auto-hospedado simples executado em um contêiner + ru: Простой самодостаточный раннер действий, работающий в контейнере + ko: 컨테이너에서 실행되는 간단한 자체 호스팅 액션 러너 + architectures: + - amd64 + - arm64