runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** Note: Self-Hosted actions-runner service ran by the root user Note: helm version 3 Issue: Getting empty helm repo list while repo has already been added to service...
**Describe the bug** I am seeing failures in containerized runner restart following auto update. For some reason the update results in missing files resulting in `bin/Runner.Listener: No such file or...
**Describe the bug** Just deployed 2 new self-hosted runners on Mac Minis, I get the error `Load failed: 5: Input/output error` when I install and then start the runner as...
**Describe the bug** Reporting on behalf of a customer: The actions runner binary seems to end up in an endless loop on windows agents that fail to obtain a token....
**Describe the bug** I am testing changes to the environment variables in a GitHub Workflow, but the workflow never starts. Two workflows are spawned in parallel. Both end up hung...
**ANSI Colors support is cool, but two foreground colors need to be swapped: Gray and White ** The first picture is Actions Log. Gray text is lighter than White (bug)....
Closes: https://github.com/github/actions-larger-runners/issues/3170 Adding new mapping tokens to snapshot yaml keyword Added tests to validate the mapping token changes to snapshot keyword Format: ``` - snapshot: - image-name: blah-blah - version:...
**GitHub Runner Status goes offline when MAC Mini is logged out** Recently, I configured GitHub runners for my repo by following [this link](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service?learn=hosting_your_own_runners&learnProduct=actions&platform=mac) to configure the self-hosted runner application as...
**Describe the bug** Reusable workflow input (string) with default is not used when the calling input passed an empty string. **To Reproduce** Steps to reproduce the behavior: 1. reusable workflow...
**Describe the bug** As per the docs: internal code of `@actions/glob` mentions that patterns can be splitted by `\n` https://github.com/actions/toolkit/blob/6dd369c0e648ed58d0ead326cf2426906ea86401/packages/glob/src/glob.ts#L11 **To Reproduce** ``` on: push jobs: test: runs-on: ubuntu-latest steps:...