{ "id": "actions-runner", "version": "1.0.13", "name": "GitHub Actions Runner", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/actions-runner", "description": "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.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" }, "dotnetVersion": { "default": "latest", "description": "Select the dotnet version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/gh-release", "ghcr.io/devcontainers/features/dotnet" ] }