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** Trying to set up a self-hosted github actions runner as a service so it launches on startup. Currently am getting ``` starting actions.runner.X Load failed: 5: Input/output...

bug
Runner Bug
needs-investigation

Currently if "signed commits" are required in branch protection there is no good way to have actions update code using the token provided for use with github actions and the...

enhancement
future

**Describe the bug** I am working for a software industry where we create canvas and WebGL games. We have created some functional tests for those games. We have tried using...

bug

I have a self hosted MacOS runner. I use it to build my electron based desktop app for MacOS. the final build step is to submit the app to apple...

bug

**Describe the bug** We are running ephemeral runners and sometimes experiencing the following behaviour: - Runner successfully connects and start listening for jobs indicated by `Listening for Jobs` log message....

bug
keep

**Describe the bug** I have the workflow listen on event `deployment` for app deployment. I'd like to reuse the same workflow for both nonprod and prod. that means i have...

bug
Runner Bug

**Describe the bug** When running on macOS 12 and setting the architecture to ARM64 it runs on x64 instead. **To Reproduce** Steps to reproduce the behavior: 1. Go to the...

bug

**Describe the bug** When setting proxy variables for self-hosted runners, those proxy vars are forwarded to service containers. This behavior is impossible to override, as both lowercase and uppercase versions...

bug

**Describe the bug** When a workflow uses a composite action, the post steps of actions within the Composite have their inputs evaluated with the Steps context. However when the same...

bug
Runner Bug
good-first-issue