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

(filing here since I understand that `hashFile()` is owned by https://github.com/actions/runner) Hey! We have migrated a semi-large Unity project from SVN to Git / Github and I am working on...

bug
Runner Bug

Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.10.0 to 4.10.2. Release notes Sourced from eslint-plugin-github's releases. v4.10.2 What's Changed Functionality Update no-then.md by @​cefn in github/eslint-plugin-github#503 fix a11y-svg-has-accessible-name considering whitespace JSXText by @​nnmrts in...

dependencies
javascript

v2.316.1 can't start on the image generated from the main branch of runner-images repo. The `Newtonsoft.Json` library throws different exceptions. ## Runner Version and Platform 2.316.1 Linux ## Job Log...

bug

Hi! actions runner developers! I tried to run a self-hosted runner on the FreeBSD Linux compatibility layer. When I attempted to run it, I encountered an error stating that the...

The version of `git` (`v2.34.1`) associated with `ubuntu:jammy` is quite old at this point. Calling `apt update` out-of-the-box won't cause any newer version to be discovered. This change allows users...

Reverts actions/runner#2918, that reverted change for version of node for internal operations. The change for internal operations was reverted because of non-compatibility between node 20 and old platform, we reverted...

__tests__/test-helpers.ts _Originally posted by @savage2326 in https://github.com/actions/runner-images/pull/9711#discussion_r1587849941_

**Describe the bug** When a boolean input is presented to a `workflow_call` workflow, it can't be used inside a run. Attempting to do so gives the error `Invalid type found:...

bug

**Describe the bug** Currently there is no `libicu` version in `installdependencies.sh` for Ubuntu 22.04. https://github.com/actions/runner/blob/users/tihuang/arm64/src/Misc/layoutbin/installdependencies.sh **To Reproduce** Setup the runner on Ubuntu 22.04. **Expected behavior** `libicu70` should be installed on...

bug

**Disclaimer** Please point me elsewhere if this isn't the right place to raise this. [It seems like](https://github.com/actions/runner/blob/04b07b6675c56da40e532ab73eeb4287bf223e34/src/Runner.Worker/JobExtension.cs#L132-L142) the runner only dumps a map it gets from the job context but...

bug