runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** Invoke a local composite action like ```yaml - uses: ./.github/actions/composite ``` The post steps fail with ```console Error: Index was out of range. Must be non-negative and...
The services capability is an elegant way to automate the setup and tear down of a service, but there are use-cases where preparation tasks need to occur in a hook...
**Describe the bug** A job-level if conditional isn't evaluated properly when using the contains function and array wildcard syntax. For example, if `contains(needs.*.result, 'failure')` evaluates to false, a job with...
I met simimilar problem #2508 , LTO error. ``` lto-wrapper: warning: using serial compilation of 15 LTRANS jobs lto-wrapper: note: see the ‘-flto’ option documentation for more information lto1: internal...
- When update timeline record failed, instead of waiting for another update for the same record, we will auto retry the update with a short back-off. - Collect how long...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
**Describe the enhancement** I would like to run a Windows Docker container on a Windows runner. But was surprised to find out that this is not supported: ``` Error: Container...
**Describe the bug** When runners use svc.sh to run the self-hosted runner application as a service and enter a sleep state for an extended period (around 5-6 hours) after getting...
**Describe the bug** https://github.com/actions/runner/blob/8b9a81c952a0c2a2a13a23b952c6a083c97f2a1b/src/Runner.Worker/ActionManager.cs#L774 The download code for actions does not include using the tool cache **To Reproduce** Steps to reproduce the behavior: 1. Set up self-hosted runner with tool-caching...