runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
✓ is U+2713, check mark. √ is U+221A, square root (radical symbol).
**Describe the bug** I've been trying to setup my own windows self-hosted runners for a while now, but every attempt always ran into the same issue: `rustup` could not be...
**Describe the bug** I have trying to deploy GH Runner to render via DockerFile. The deploy stays stuck for over 15 mins and the runner registration appears to be stuck...
**Describe the bug** Running `config.sh` causes HTTP GET request times out. I looked at older issues like https://github.com/actions/runner/issues/574 but they didn't help. **To Reproduce** Follow the official set up steps...
**Describe the enhancement** Currently, three Action types are supported: Docker, JavaScript and Composite (see https://docs.github.com/en/actions/creating-actions/about-custom-actions#types-of-actions). However, features `pre`, `pref-if`, `post` and `post-if` are only is supported in JavaScript Actions only...
**Describe the bug** I want to use a workflow for deployment to different environments. This workflow takes the environment as input using workflow dispatch: ```yaml on: workflow_dispatch: inputs: env: description:...
**Describe the enhancement** Currently, it is possible to wrap logs in collapsible groups through `::group::` and `::endgroup::`. The former accepts an optional string, which is used as the title of...
Current behavior: - If an input parameter is defined in action.yml (without default value), GitHub will set the INPUT_PARAMNAME environment variable to an empty value if the parameter is not...
Resolves #791, replaces #800 This provides an option to do the pull rather than just testing if the container exists locally. This has the advantage over the #800 that this...
**Describe the bug** I'm using the Linux self-hosted runner. Most of the time, it works great, but occasionally, I get an error during runner registration with the message: "An error...