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** Using a self-hosted runner. When a GitHub action has multiple steps the first will run successfully but then the subsequent step is stuck in queued status with...

bug

We've got classic branch protections enabled on our main branch. Our test suite is set up such that a number of sub-jobs need all pass which then trigger a final...

bug

Seems like there is an issue with Github Action Runners. all our different actions looks 'wierd'. The job output seems collapsed into a single Text output and seems ilke the...

bug

**Describe the bug** Post Run action inputs become null. Happen when workflow file looks like this. `workflow` --call--> `action` --call--> `action` **To Reproduce** Steps to reproduce the behavior: 1. fork...

bug

**Describe the bug** An error occurs when using runner version 2.230.0. This version is the second to last and I have not found any information about plans to make it...

bug

**Describe the bug** We are suddenly running into "An error occured: Runner version v2.321.0 is deprecated and cannot receive messages.", suddenly. **To Reproduce** Steps to reproduce the behavior: 1. Create...

bug

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.2 to 8.28.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.28.0 8.28.0 (2025-03-24) 🚀 Features eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)...

dependencies
javascript

When updating our self hosted runner via a dockerfile with the runner version explicitly set to v2.323.0, the runners image is ignored and all new arc runners fail with this...

bug

**Describe the bug** Specifying `node22` as the runtime for JavaScript actions results in `System.ArgumentOutOfRangeException` error. [Node.js v22 transitioned into LTS On October 29, 2024](https://nodejs.org/en/blog/release/v22.11.0) **To Reproduce** ``` runs: using: 'node22'...

bug

**Describe the bug** `hashFiles()` does not permit `.` and `..` segments in its arguments. However, when using a composite action from the same repository, `github.action_path` contains a trailing `/./`, as...

bug