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** we are getting runner problems this morning indicating version `v2.317.0` is deprecated, but the latest version `v2.318.0` was only released today. ``` [RUNNER 2024-07-26 17:07:23Z ERR Terminal]...

bug

These tools are very commonly used in most builds. Including them makes sense. This PR includes #3319 makes #3056 unnecessary and fixes #3222

* Install ppa:git-core/ppa in build stage, copy apt lists and gpg keys to main stage * Copy docker client and plugins from upstream docker:cli image * Perform more thorough cleanup...

**Describe the bug** When using an m1 mac, selecting a linux runner image for arch arm64, `./config.sh --url ...` results in ```./config.sh: line 80: ./bin/Runner.Listener: cannot execute binary file``` **To...

bug

**Describe the bug** When reusable workflow is triggered on self hosted runner, the workflow suddenly fails with the Error message - The operation was canceled. The workflow was working fine...

bug

Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.19.1 to 12.21.1. Release notes Sourced from Azure.Storage.Blobs's releases. Azure.Storage.Blobs_12.21.1 12.21.1 (2024-07-25) Bugs Fixed Fixed [BUG] Azure Blob Storage Client SDK No Longer Supports Globalization Invariant Mode...

dependencies
.NET

**Describe the bug** As of ~last night (4th of July CEST) self hosted runners do not pick up any new jobs. Runners do emit a message ~every minute: ``` Runner...

bug

**Describe the bug** Github actions workflow with inputs cannot be masked using add-mask. **To Reproduce** 1. Create workflow ```yaml name: add-mask-test on: workflow_dispatch: inputs: secret: description: 'secret value' required: true...

enhancement
Runner Feature

This PR exposes the job display name as an environment variable. The job display name is exposed in webhooks as `name`([docs](https://docs.github.com/en/webhooks/webhook-events-and-payloads#workflow_job)) so having it as an environment variable allows correlating...

Describe the bug While trying to add a RHEL 6 vm as a GitHub runner I am getting below error. ./bin/libcoreclr.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./bin/libcoreclr.so) ./bin/libcoreclr.so:...

bug