Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

GitHub Actions Runner (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.

Example DevContainer Usage

"features": {
    "ghcr.io/devcontainers-contrib/features/actions-runner:1": {}
}

Options

Options Id Description Type Default Value
version Select the version to install. string latest
dotnetVersion Select the dotnet version to install. string latest