Ferenc Hammerl
Ferenc Hammerl
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent We use dotnet's [OSDescription](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.runtimeinformation.osdescription?view=net-7.0) to get a string that we then include in our UserAgent header as a `ProductInfoHeaderValue`. The constructor of `ProductInfoHeaderValue` validates if a string is compliant...
>Is it possible to set this for all pwsh invocations in a given workflow file? (explicit use of pwsh or by OS default) I'd recommend setting a job level ENV...
We have decided against modifying the `powershell` default behaviour here. As a workaround, set the ErrorView ENV to NormalView or ConciseView on the job or step level, or directly in...
It looks like my suggestion didn't exactly use valid syntax, @Eliminator1999 😅
@eli-entelis Glancing at the [failing L0](https://github.com/actions/runner/actions/runs/3275238027/jobs/5641191479) / unit-test, it seems like we fail to get the location of `tar` on osx. Seems related to this change, tests are still passing...
@eli-entelis looks like the new tests aren't passing. Do they have any dependencies on the system you're running? Have you tried running `./dev.sh test` on multiple platforms (osx-x64, linux-x64, win-x64...