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** I am running Github Actions Self Hosted Runner on a Ubuntu VM: ``` ~$ cat /etc/os-release NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04"...

bug

**Describe the bug** Currently runner cannot be installed on Ubuntu 24.04 **To Reproduce** Steps to reproduce the behavior: 1. Install 24.04 1. Download latest runner release 1. Extract latest runner...

bug

**Describe the bug** with every second run we get the error that the download section cannot be downloaded. As soon as the Github Client is restarted, it works for a...

bug
Stale

I am suddenly getting a permission error in two workflows that used to work. The error message states a permission error for another workflow, but this workflow is not imported/called/referenced...

bug
Stale

**Describe the bug** I wanted to try to use my development computer to run self hosted runner to speed up my CI process. The next day, when I tried to...

bug

https://github.com/actions/runner/blob/2a7f327d93fb79326c974f4858ce62c3b81c580a/src/Runner.Worker/ActionRunner.cs#L108 https://github.com/check-spelling-sandbox/playwright/actions/runs/10011307718 > ubuntu-22.04 (chromium - Node.js 22)`pre` execution is not supported for local action from './.github/actions/run-test' >  [ubuntu-22.04 (chromium - Node.js 22)](https://github.com/check-spelling-sandbox/playwright/actions/runs/10011307718/job/27674451314#step:3:5) `pre` execution is not supported for local...

**Describe the bug** The env var `GITHUB_TOKEN` is not present in the context of the script set as `ACTIONS_RUNNER_HOOK_JOB_STARTED`. Not sure if this has some security concern, but we would...

bug

Action.Id is the correct parent step id, by using ExecutionContext.Id all post steps of Actions are executed with the contextdata of a non direct parent composite action within nested local...

Hello, I have the problem that sometimes the dependencies are not installed with npm, sometimes the deployments work and sometimes they don't, I have tried with `npm ci` and `npm...

bug

`shell` parameter in `steps` context should allow ${{ job/steps. }} variables. I can see no reason for disallowing such expressions there. **To Reproduce** ``` jobs: test: runs-on: ubuntu-latest steps: -...

Runner Feature