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** My Rust project has spuriously started to fail in CI when cargo building on Windows. It fails when linking and the error code is LNK1318, which looks...

bug
Stale

## Problem Composite actions cannot interoperate with javascript actions and docker actions that use non-declarative outputs. From the [documentation](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions) of javascript and docker actions: > If you don't declare an...

bug

**Describe the bug** We get this error when setting up the job after an action has been downloaded and tried to copy the action the /runner/_work/_actions/ folder Error: Interrupted system...

bug
Stale

I am running 10 runners as services on a single machine. At least once a day all of these runners are going offline ("Offline status displayed in Github" and jobs...

bug
Stale

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.2 to 6.21.0. Release notes Sourced from @​typescript-eslint/parser's releases. v6.21.0 6.21.0 (2024-02-05) 🚀 Features export plugin metadata (#8331) allow parserOptions.project: false (#8339) eslint-plugin: add rule prefer-find (#8216)...

dependencies
javascript

**Describe the bug** I am currently unable to start up a self-hosted runner that has been inactive for a while. I can't reconfigure it either, since I need to provide...

bug

**Describe the enhancement** Allow use of [YAML](https://yaml.org/) as the format for GitHub Actions workflows. Any valid document that can be expressed in YAML 1.x (pick a version you want to...

enhancement
Actions Feature

```yml on: pull_request: types: [opened, synchronize] name: Tag Created jobs: tag-created: runs-on: rtx4090-1 container: image: nvcr.io/nvidia/l4t-tensorrt:r8.0.1-runtime steps: - name: Checkout code uses: actions/checkout@v4 with: ref: v0.2.0 ... ``` I am...

bug

**Describe the enhancement** Add ability to setup [Dockerized services](https://docs.github.com/en/actions/using-containerized-services/about-service-containers) in parallel. In my workflow, i have 5 services, and they all pull and run their healthchecks serially. This takes a...

enhancement
future

**Describe the bug** When removing a self-hosted runner, I get the following error messages: ``` ldd: ./bin/libSystem.Security.Cryptography.Native.OpenSsl.so: No such file or directory ldd: ./bin/libSystem.IO.Compression.Native.so: No such file or directory #...

bug
papercut
Runner Bug