mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
9499f477a2688e46dc35c1fe4dc7955a9fcce67a
* Jsut simple solution without additional funcs * Delete old comment * resolve * Refactor retry function, make it more common * Make retry function generic, get rid of extra params * delete extra using * Add cancellation token and limit of attempts * Add some additional logging * Rework condition * replace to do..while * return `while (true)` to simplify code structure * Add other cancelling token, add TODO comment
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%



