runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the enhancement** Support using a login shell along with the container step syntax. **Code Snippet** ```yml # Produces an error Action_String: needs: Image runs-on: ubuntu-latest steps: - uses: actions/checkout@v2...
**Describe the bug** The runner cannot be started due to a missing requirement. Couldn't find a valid ICU package installed on the system **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** When using a reusable workflow and outputting the `result` of a job, the value resolves to an empty string. **To Reproduce** Create a caller workflow ```yml name:...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 5.2.1 to 5.7.0. Release notes Sourced from System.IdentityModel.Tokens.Jwt's releases. 5.7.0 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 5.6.0 Features JWTs can now be created from both...
https://github.com/dotnet/dotnet-api-docs/blob/main/xml%2Fns-System.xml
**Describe the bug** When running the latest actions-runner image (https://github.com/actions/runner/pkgs/container/actions-runner/223152759?tag=latest), the runner crashes when attempting to load the RSA key parameters during the runner startup process. This seems to be...
I have no experience with .NET, so I apologize if I am misunderstanding and this is not a bug **Describe the bug** The log "Kill entire process tree..." https://github.com/actions/runner/blob/3f28dd845f5665426c4df81f2ef230d1cb1dd2da/src/Runner.Sdk/ProcessInvoker.cs#L463 does...
√ Connected to GitHub Current runner version: '2.318.0' 2024-09-17 09:14:33Z: Listening for Jobs An error occured: Runner version v2.318.0 is deprecated and cannot receive messages. Runner listener exit with terminated...
**Describe the bug** A clear and concise description of what the bug is. We are trying to startup a self hosted runner as a service and are following the instructions...