Stephen Hodgson

Results 172 comments of Stephen Hodgson

pretty sure this can be closed since it is using cdn now

+1 and to also add the version of the docker image/huggingface-community-inference api is also running

I'm trying to figure out why the repo name is in there twice 🤔

I was just looking for that! thanks

I'm struggling to figure out what the difference between `WorkspaceDirectory` and `PipelineDirectory`. It's mainly used in the `PipelineDirectoryManager`: https://github.com/actions/runner/blob/9a228e52e9fb22857052cbb8a63e8f61f98f56a4/src/Runner.Worker/PipelineDirectoryManager.cs#L122 And when setting the `runner.workspace` & `github.workspace` contexts. https://github.com/actions/runner/blob/9a228e52e9fb22857052cbb8a63e8f61f98f56a4/src/Runner.Worker/JobExtension.cs#L175

Seems like it boils down to the [`PipelineConstants.WorkspaceCleanOptions`](https://github.com/actions/runner/blob/9a228e52e9fb22857052cbb8a63e8f61f98f56a4/src/Sdk/DTPipelines/Pipelines/PipelineConstants.cs#L91) when we're preparing the pipeline to run: https://github.com/actions/runner/blob/9a228e52e9fb22857052cbb8a63e8f61f98f56a4/src/Runner.Worker/PipelineDirectoryManager.cs#L64 Key contexts here: (super confusing I know) - `/_work///` - `/_work///` - `runner.workspace` context...

I could not get [this implementation](https://github.com/VolodymyrBS/WebGLThreadingPatcher/issues/3#issue-1076718234) to work for me with 2023+

Should be simple enough to add `Async` overload without introducing breaking changes.

surprised that `artifact-id` isn't an input parameter. but also can confirm it is broken. ``` ##[debug][Request] ListArtifacts https://results-receiver.actions.githubusercontent.com/twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts ##[debug][Response] - 200 ##[debug]Headers: { ##[debug] "content-length": "16", ##[debug] "content-type": "application/json", ##[debug]Body:...

> I am fairly sure the fix is that you have to specify the `github-token `option whenever you specify the `run-id` of another run Even so, it should not silently...