mirror of
https://github.com/actions/runner.git
synced 2025-12-10 04:06:57 +00:00
ce92d7a6b5c55fe58240d96b99d235647518e012
ping .. > nul to sleep (#647)
* Change `ping .. > nul` to `sleep` The filename `nul` is a Windows-ism that causes the update script to create such a file in the current working directory. The `ping` utility is also an dependency not installed by `installdependencies.sh`, so it seemed easier to change it to the standard `sleep` command. * Update dotnet-install script as requested by test * Update dotnet-install.ps1 Co-authored-by: Tingluo Huang <tingluohuang@github.com>
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%



