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** When trying to run a bash script against a windows runner, all the path separators are missing. Presumably the runner is sending backslashes for windows, but should...

enhancement
Runner Feature

Closes #801 When testing the [new Linux arm64 runners](https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/) that are now in Public Preview, I [ran into the following error](https://github.com/dennisameling/sharp/actions/runs/12838109751/job/35803083398?pr=1#step:7:18): > JavaScript Actions in Alpine containers are only supported...

**Describe the bug** The first job executed on an ephemeral runner always triggers ACTIONS_RUNNER_HOOK_JOB_COMPLETED when this should be reserved for the end of a workflow. **To Reproduce** Steps to reproduce...

bug

This is based on the problems reported in the following issues: * https://github.com/github/codeql-action/issues/2705 * https://github.com/github/codeql-action/issues/2400 The problem is that the base docker image doesn't include `zstd` compression tool. # ⚠️...