runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** `github.action_repository` and `github.action_ref` are empty in `run` for composite actions **To Reproduce** 1. Set up a workflow that uses an action that uses `github.action_repository` / `github.action_ref` in...
**Describe the bug** ***This is a security bug*** GHAR currently requires a repository- or organization-wide [token](https://docs.github.com/en/rest/actions/self-hosted-runners?apiVersion=2022-11-28#create-a-remove-token-for-an-organization) to be able to remove itself via `./config.sh remove`. It does, however, present a...
Hi, already posted this in [community discussions](https://github.com/orgs/community/discussions/50032) with no feedback at all. I maintain a Qt application and recently started to adopt GitHub actions. On Linux runners all good, however...
**Describe the bug** The GHA runner fails when attempting to `use: ...` a custom action that is referenced using a complex tag name. For example, in a custom actions monorepo...
Hi 👋🏼 I am using this runner with the [Actions Runner Controller](https://github.com/actions/actions-runner-controller) These three packages are used by a ton of actions on the marketplace. It would be nice if...
**Describe the bug** The git commit releasing `v2.318.0` was not signed and is unverified on GitHub. This prevents `git verify-commit` from validating the release integrity of the branch. **To Reproduce**...
**Describe the bug** The macos jobs on a repo keep getting stuck. From the UI it looks like they are stuck on a "Run tests" step, but there's no output...
We have Github self runner latest version with container install. It create a service mysql database in container. We are testing some Github Runners but we get error Connection Refused...
**Describe the bug** Runner **fails xcode signing** step while being run **as a service via `./svh.sh start`**, however while using the runner via `./run.sh` the job completes **successfully** **To Reproduce**...
- Propagate non-zero exit codes up through `run.sh`/`run.cmd`/`runsvc.sh` - Ensure `.cmd` scripts use 2 for runner restarts (as was done for `.sh` in #1708) Fixes #2769 Supersedes #2719