runner icon indicating copy to clipboard operation
runner copied to clipboard

The Runner for GitHub Actions :rocket:

Results 384 runner issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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...

bug

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...

bug

**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...

bug

**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...

bug

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...

bug

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: ![image](https://github.com/actions/runner/assets/5572998/f268f451-fe32-4fd8-a994-b76b1f9a8e82) ```bash Run...

bug