runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** According to https://github.com/actions/runner/issues/2190#issuecomment-1273302389, the runner should wait for the job is finished and then stop. But it doesn't happen, and new tasks are assigned to the runner...
**Describe the bug** A clear and concise description of what the bug is. Unable to hide the inputs in the first step of the workflow_call job **To Reproduce** Steps to...
Hi, We are using Github actions to run our jmeter scripts. We have configured self-hosted runner and scheduling the job on that runners. Job will be generally scheduled to run...
**Describe the bug** Called workflow can not use it's environment secrets. Using organization secrets is not a feasible solution in some cases. I know that it is in the GitHub...
fixes #3316
**Describe the bug** https://github.com/actions/runner/blob/edfdbb966118990c9898c6723121f5610188c155/src/Runner.Common/HostContext.cs#L280-L283 Specifies that the actions cache is a subfolder of the work folder, but the work folder is always totally reset. **To Reproduce** Steps to reproduce the...
Maybe typo in comment. `only ony segment` → `only one segment `
**Describe the bug** The toJson(github) command to print github context fails if the commit message (or anywhere else - say a repository description) contains brackets (). **To Reproduce** Steps to...
This is to make runner compatible with Kubernetes' Karpenter, and in general k8s pod movement . This fixes the https://github.com/actions/runner/issues/3308 by handling graceful shutdown of the runner. It does following....
**Describe the bug** When deploying the Actions Runner Controller and Runner Sets on a K8s cluster using the provided documentation I am meet with the following error:  ```bash Run...