runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** On an IPv6 only host a self-hosted action runner fails to register itself as online due to a failed network request to a URL with an IPv4...
## Describe the bug I have a dockerfile defined in [`dockerfiles/compile/Dockerfile`](https://github.com/discentem/hello-world-docker-action/commit/84307f3b2df8fe0257cd61e87f034a80de87308c#diff-b97cd18dc4766601061a289f0b3e19e8d8b7bb341545701469ced74e284c0d13). Github Actions executes Docker from the directory where the Dockerfile is stored: ```shell /usr/bin/docker build -t 4cd98f:f7c0bfc3fa7c515f8b9a964cbb495763 -f "/home/runner/work/hello-world-docker-action/hello-world-docker-action/./.github/workflows/actions/compile/../../../../dockerfiles/compile/Dockerfile"...
**Describe the bug** I have a runner running in a virtualised mac - which is generally working very well. Occasionally the VM instance is going to sleep (or the host...
**Describe the bug** I ran into a problem that looked very much like #945 -- running `config.sh` had some complaints about missing `.so` files. After spending some time trying to...
**Describe the bug** When `continue-on-error` flag is used on composite actions, it seems the variables are passed to the composite actions and evaluated in there. As a result, if the...
[2023-03-01 11:44:22Z INFO HostContext] No proxy settings were found based on environmental variables (http_proxy/https_proxy/HTTP_PROXY/HTTPS_PROXY) [2023-03-01 11:44:22Z INFO HostContext] Well known directory 'Bin': '/app/actions-runner/bin' [2023-03-01 11:44:22Z INFO HostContext] Well known directory...
This pull request aims to enhance the `create-latest-svc.sh` script by adding support for ARM64 architecture. The current script does not fully support setting up GitHub Actions runners on ARM64-based systems....
**Describe the bug** If you define environment variables in a `.env` file for a self-hosted runner they can be accessed as `$VARIABLE` during job steps, but if you want to...
Fixes #2094!
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.7.1. Commits 62d5db6 v2.7.1 e3c980f #2913: Assert.Equivalent behaves incorrectly with decimal values (v2) 57af1d9 Copy/paste error 9f97a28 #2503: Attempt to shield against exceptions which throw...