John Wesley Walker III
John Wesley Walker III
Proposed fix for https://github.com/actions/runner/issues/2309 This fix relocates the logic for expanding a step's display name. In the previous implementation, the display name was evaluated as part of step execution. It...
This implementation uses a collector pattern to allow embedded `ExecutionContext's` to stash `Issue` objects for later processing by a non-embedded ancestor `ExecutionContext`. #### Context Proposed fix for https://github.com/actions/runner/issues/1742 #### Also:...
The proper way to instantiate a `DistributedTask.WebApi::Issue` is now via the factory method on an `ExecutionContext` (`IExecutionContext::CreateIssue`) This variation addresses feedback in https://github.com/actions/runner/pull/2311
# This change should not be merged until we're ready to prep a v5 release.
The version of `git` (`v2.34.1`) associated with `ubuntu:jammy` is quite old at this point. Calling `apt update` out-of-the-box won't cause any newer version to be discovered. This change allows users...
Possible fix for the edge case described here: https://github.com/github/c2c-actions/issues/6501#issuecomment-1491893123