runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
fix issue where you get ``` Error: Could not find a part of the path '/proc/1/cgroup'. ``` when trying to use service with a less privileged runner
**Describe the bug** When the runner is outdated and supposed to be upgraded, it doesn't report the exit code != 0 **To Reproduce** Steps to reproduce the behavior: 1. Go...
How to reproduce: method 1: 1) install and run self-hosted runner on a mac build machine (i.e. `./svc.sh install` and ./svc.sh start`) 2) Add some new items to your `$PATH`...
I'm trying to see why my if statements are not working correctly, [As stated in the guide here](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-runner-diagnostic-logging) I've added to variables to my env portion, but I don't see...
**Describe the bug** Running `run.sh` works, actions get executed locally. The service fails with "Main process exited, code=exited, status=133" **To Reproduce** Steps to reproduce the behavior: 1. Go to `actions-runner`...
**Describe the bug** Alises in macos runners are not being expanded **Expected behavior** Aliases expanded ## Runner Version and Platform Runner version: 2.303.0 OS: macos-12 ## What's not working? ###...
When specifying service containers for a jobs, sometimes it is necessary to add command line arguments to the container. See this example: https://github.community/t/how-do-i-properly-override-a-service-entrypoint/17435. Here it is useful to add `--listen-client-urls...
**Describe the bug** Node 20 on Windows prior to Node 20.11 had a bug that caused it to crash when accessing a file with an emoji in its name. -...
**Describe the bug** Builds requesting runs-on `macos-14` and getting `macos-14-arm64`. **To Reproduce** Steps to reproduce the behavior: 1. Run a job that requests `macos-14` or `macos-latest` **Expected behavior** That the...
**Describe the bug** A clear and concise description of what the bug is. A workflow which has been running fine recently has ceased running with the following error: > Secret...