runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** According to https://github.com/actions/runner/issues/159, the issue where the `add-mask` workflow command echoes/leaks the secret was supposed to be fixed, but we still observe it. This was also mentioned...
**Describe the bug** I'm not sure if closed issues are monitored, as there was no reaction from official side at all. This is a new issue related to https://github.com/actions/runner/issues/1483. For...
**Describe the bug** Deploying to Azure Web App fails with **502 BAD GATEWAY**, if the commit message is longer than 8kb. **To Reproduce** Steps to reproduce the behavior: 1. Create...
**Describe the enhancement** Current set of input types doesn't cover some use-cases for manual workflows We use a single gh-action as an entrypoint of deploying packages from our monorepo, and...
This PR fixes https://github.com/actions/runner/issues/2365
**Describe the bug** We have a cron-job action that runs every 10 mins, it's an e2e test that constantly checks our cli tool. Every now and then a job fails...
### Describe the enhancement This is inline with enhancement issue https://github.com/actions/runner/issues/2263 There are multiple open source projects which are hosted on GitHub and they want to support power arch. But...
This closes #494 at the runner level to give "just enough protection" to allow using self-hosted runners with public repos. This PR could do with a bit of a tidy...
**Describe the enhancement** Self-hosted GitHub actions should have an attribute (`weight`) that allows to prioritize them, i.e. If there are multiple idle runners with matching labels, then the `weight` attribute...
Fixes null reference exception creating `HostContext` if the `.runner` file exists, but is empty. Null reference exception is described in issue https://github.com/actions/runner/issues/2342, but this does not solve the issue itself....