runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
Fixes #2246
**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...
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...
**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...
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...
**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....
**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...
**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...
**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...
**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...