Skip to content

Latest commit

History

History
25 lines (15 loc) 路 733 Bytes

File metadata and controls

25 lines (15 loc) 路 733 Bytes

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 Usage

"features": {
    "ghcr.io/devcontainers-extra/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

Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.