1
0
Fork 0

📝 docs(action-runner): update documentation structure and content

- restructure readme files with clearer section headers
- remove top-level image for cleaner presentation
- add built-in tools section to both language versions
This commit is contained in:
pooneyy 2025-12-26 12:26:43 +08:00
parent 9d7cc9e4b7
commit 3b4f15bf63
No known key found for this signature in database
2 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,4 @@
# Github Action Runner
![](https://fastly.jsdelivr.net/gh/actions/runner@main/docs/res/github-graph.png)
## 产品介绍
运行在容器中的简单的自托管 GitHub Actions 运行器
@ -8,7 +6,10 @@
- 支持 Docker-out-of-Docker
### 环境变量
- 内置 [github-cli](https://github.com/cli/cli) python pip [yq](https://github.com/mikefarah/yq)
## 配置和使用说明
| 参数 | 是否必须 | 说明 |
| --- | --- | --- |
| `ROLE` | 必须 | 用于区分企业、组织与个人仓库<br/>企业为 `enterprises` 组织为 `orgs` ,个人仓库为 `repos`<br/>**REST API** |

View File

@ -1,6 +1,4 @@
# Simple Github Action Runner In Docker
![](http://fastly.jsdelivr.net/gh/actions/runner@main/docs/res/github-graph.png)
## Introduction
A simple self-hosted actions runner running in a container
@ -8,7 +6,10 @@ A simple self-hosted actions runner running in a container
- Supports Docker-out-of-Docker
### Environment Variables
- Built-in [github-cli](https://github.com/cli/cli) python pip [yq](https://github.com/mikefarah/yq)
## Configuration and Usage Instructions
| Parameter | Required | Description |
| --- | --- | --- |
| `ROLE` | Required | Used to differentiate between enterprise, organization, and personal repositories.<br />Use `enterprises` for enterprise, `orgs` for organization, and `repos` for personal repositories.<br />**REST API** |