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

Closes https://github.com/actions/runner/issues/2165 ## Bug Linux Liquorix has an OS description that contains mismatched brackets, so the constructor of `ProductInfoHeaderValue` throws. ## Solution Drop all `()` to prevent nested UserAgent `comments`...

**Describe the enhancement** Add `runner.labels` variable to the runner context which will list all the runner labels. **Code Snippet** Runner labels could be accessed from the workflow via `${{ runner.labels...

enhancement
Actions Feature

As reported here https://github.com/actions/runner/issues/1840, in scenarios where a lot of files need to be hashed to build up a cache, the process running `hashFiles()` may run into the fixed 120...

**Describe the bug** We try to evaluate the name of a step many times during the course of a job. Whether or not that is successful depends on if we...

bug
good-first-issue
keep
ready-for-dev

I have a requirement where I need to run the second job using the output of the first job the first job runs and decides on which runner the second...

enhancement

## Description Run the containers as the same user running on the host (the VM) by default, or at least provide an option. The related docker option would be `docker...

enhancement
Runner Feature

We are in process of adopting [Rootless Docker](https://docs.docker.com/engine/security/rootless/) for all our self-hosted runners for better security and isolation. While testing our workflows and custom actions, we noticed that Runner is...

I am observing the following error with one in self hosted runner using docker in docker. **Describe the bug** The /github/workflow folder exists, but whatever process is supposed to be...

bug

### Description This PR fixes an issue where timeline records for composite steps were being sent up to the server. They weren't intended to do that, but the `addIssue` function...

Stale

Adding proxy authentication and request buffering support to `RawHttpMessageHandler`, based on code from `VssHttpMessageHandler`.