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** An octokit (with Node JS) request to get dependabot alerts for a repo returns an opaque 500 error when the code is run on a Github Action,...

bug

Instead of using HostContext's GetDirectory + ".runner". This should avoid errors in possible future changes in HostContext or runner configuration file name.

**Describe the bug** We use a self-hosted runner to execute our tasks, which usually take about an hour to complete. However, occasionally we encounter this error `No message retrieved from...

bug

**Describe the bug** Using a simple workflow which just checks out the repository ```yaml name: JCO on: workflow_dispatch: jobs: build: runs-on: [self-hosted, windows] steps: - uses: actions/checkout@v2 ``` a simple...

bug

Update supported distros to match [the docs](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners) Previously: https://github.com/actions/runner/pull/3040

**Describe the bug** Currently if `hashFiles` hits a broken symlink it fails the step hard with an opaque error: it says that there _is_ a problem, but no guidance about...

bug

We have a runner at https://github.com/OpenEnroth/OpenEnroth/actions/runs/5375253130 that we noticed today had been running for 9 months, it didn't time out after 6 hours like it should have even tho its...

bug

**Describe the bug** Sending more than one (sometimes two or three) requests using `fetch` results in DNS errors. **To Reproduce** I created a repository to reproduce this in as minimal...

bug

**Describe the bug** When configuring an Ubuntu 22.04 Pro server with the `fips-updates` service enabled, the configuration fails with the error `The signing token has no private key and cannot...

bug

**Describe the bug** I have the following **action.yml**: ``` name: 'Anka Prepare VM and execute inside' description: 'Prepare an Anka VM and execute commands inside' author: Veertu branding: icon: 'anchor'...

bug
Runner Bug