Fork of the https://github.com/actions/runner none of this is mine. Just experimenting setting up this runner here. Works the same as the original (hopefully).
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.
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:
(these are the orignal links from the actions project, I would have to replace these with mine if I get my head wrapped around the actions scripts. Then this comment wille be different and download links point my runs. But if I find out something that would be smart to use for others as well I would probably create a PR and submit to the origin of this fork. So far nothing happening here.)
We accept contributions in the form of issues and pull requests. The runner typically requires changes across the entire system and we aim for issues in the runner to be entirely self contained and fixable here. Therefore, we will primarily handle bug issues opened in this repo and we kindly request you to create all feature and enhancement requests on the GitHub Feedback page. Read more about our guidelines here before contributing.