From 3e59af22bd58454ea3de67bd9813161b4e38807a Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 19 Feb 2025 13:42:20 +0000 Subject: [PATCH] fix(github-actions): correct outputs of setup-wsl action The output names weren't matching, so this particular output was not epxosed --- github-actions/setup-wsl/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-actions/setup-wsl/action.yml b/github-actions/setup-wsl/action.yml index e92b57084..b8efc5328 100644 --- a/github-actions/setup-wsl/action.yml +++ b/github-actions/setup-wsl/action.yml @@ -12,9 +12,9 @@ outputs: git_path: description: WSL unix path pointing to `git` of the host system. value: ${{steps.wsl_paths.outputs.git_path}} - tmp_dir: + tmp_path: description: WSL unix path pointing to the temporary directory in the host system. - value: ${{steps.wsl_paths.outputs.tmp_dir}} + value: ${{steps.wsl_paths.outputs.tmp_path}} wsl_root_path: description: Windows path pointing to the WSL file system root (using a symlink). value: C:\wsl_root