When using the action: ```yaml - name: (API) Setup Deno environment uses: denolib/setup-deno@v2 with: deno-version: v1.x ``` On a `self-hosted` runner, I see the following error: ```bash Run denolib/setup-deno@v2 with: deno-version: v1.x ##[error]Parameter 'commandLine' cannot be null or empty. ``` Any advice?
When using the action:
On a
self-hostedrunner, I see the following error:Run denolib/setup-deno@v2 with: deno-version: v1.x ##[error]Parameter 'commandLine' cannot be null or empty.Any advice?