Files
runner/docs/README.md
2025-08-14 10:33:31 +00:00

3.1 KiB

GitHub Actions Runner Documentation

Welcome to the GitHub Actions Runner documentation. This guide will help you get started with self-hosted runners, contribute to the project, and troubleshoot common issues.

🚀 Getting Started

Installation and Setup

Quick Start

  1. Download the latest runner release
  2. Follow the platform-specific prerequisites guide above
  3. Configure your runner with ./config.sh (Linux/macOS) or .\config.cmd (Windows)
  4. Start the runner with ./run.sh (Linux/macOS) or .\run.cmd (Windows)

🔧 Administration and Automation

🏗️ Development and Contributing

📋 Reference Materials

System Checks and Troubleshooting

Development Resources

🆘 Getting Help

Community Support

Reporting Issues

📖 Additional Resources


Note

: This documentation is maintained by the GitHub Actions team and the community. If you find any issues or have suggestions for improvement, please open an issue or contribute a pull request.