mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
7a8abe726a35dc820717a9ad0435439af169d013
* Unify apt/apt-get logic The previous logic was buggy in that it tried to use `apt` in the `apt-get` branch after deciding that `apt` was unavailable... * Prefer apt-get over apt apt does not have a stable cli and using it from scripts yields annoying messages * Improve English for missing apt-get & apt case * Fix apt-get/apt fallback behavior for $ patterns If there's a `$` in the apt install pattern, it will not fail if it selects a thing and decides it isn't interested in installing it. * Fix spelling of libssl
GitHub Actions Runner
The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.
Get Started
For more information about installing and using self-hosted runners, see Adding self-hosted runners and Using self-hosted runners in a workflow
Runner releases:
Contribute
We accept contributions in the form of issues and pull requests. Read more here before contributing.
Languages
C#
95.9%
JavaScript
3%
Shell
1%



