runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Run '....' 3. See error...
**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Use an action that fails on `node20` but works on `node16` 2. Set the `ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true` at the [`jobs..steps[*].env`...
**Describe the bug** `ghcr.io/actions/actions-runner:2.317.0` self-hosted runner with `kubernetes` mode on EKS failed at `Initialize containers` step from Action UI. **To Reproduce** Steps to reproduce the behavior: 1. Generate Runner deploy...
## Problem As mentioned in the GitHub blog post below, Actions is currently transitioning from Node 16 to Node 20. - https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ However, Node 20 seems to be incompatible with...
**Describe the bug** Configuration variables (introduced recently by Github) are empty when passed as secrets to a reusable workflow. **To Reproduce** Steps to reproduce the behavior: 1. Setup a Repository...
**Describe the bug** We try to run functional test for minikube (using virtualbox) as seen here, how ever it randomly gives us either Arm64 or Intel CPU architecture and there...
**Describe the enhancement** Support building the runner on FreeBSD **Additional information** I think FreeBSD has all the libraries that the runner needs. And while the dotnet-sdk isn't availble from Microsoft,...
Some small tweaks (and additions) to update this script so it will work... - Shebang was missing the bang, - Modified shebang to use env to find bash `#!/usr/bin/env bash`...
**Describe the bug** BUILDX_VERSION 0.13.2 isn't available in buildx github. https://github.com/docker/buildx/releases **To Reproduce** Steps to reproduce the behavior: 1. Go to [images/Dockerfile ](https://github.com/actions/runner/blob/70746ff593636b07ad251a1525a3fabd1a7a36e9/images/Dockerfile#L9) 2. Run ``` docker buildx build ....