ardole

Results 3 issues of ardole

Update of `start-runner.ps1` to make it able to connect windows ephemeral runners

Base image example windows core 2022 always install the runner as a service. ``` $action = New-ScheduledTaskAction -WorkingDirectory "$pwd" -Execute "run.cmd" ``` This fail when `enable_jit_config` or `enable_ephemeral_runners` is true,...

enhancement

When using webhook to export workflows event, i got the following error in the exporter: ``` {"error":"json: cannot unmarshal array into Go struct field Repository.repository.custom_properties of type string","level":"error","msg":"failed to parse...